#B43AD8

Color #B43AD8 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B43AD8

Tints of Medium Orchid #B43AD8

Color information

#B43AD8 (or 0xB43AD8) is unknown color: approx Medium Orchid. HEX triplet: B4, 3A and D8. RGB value is (180,58,216). Sum of RGB (Red+Green+Blue) = 180+58+216=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 216 (84.77% from 255 or 47.58% from 454); Max value from RGB is 216 - color contains mainly: blue. Hex color #B43AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43AD8 is #4BC527. Grayscale: #6F6F6F. Windows color (decimal): -4965672 or 14170804. OLE color: 14170804.

HSL color Cylindrical-coordinate representation of color #B43AD8: hue angle of 286.33º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43AD8 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18058216-
CMYK0.170.7300.15
HSL286.33º66.95%53.73%-
HSV(B)286.33º73.15%84.71%-
XYZ32.7317.6966.65-
YUV112.49186.42176.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 58 (23.05% from 255) = 12.78%
BLUE value IS 216 (84.77% from 255) = 47.58%
R=39.65%
G=12.78%
B=47.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal180582160.170.7300.15286.3366.9553.73
HexB43AD811490F11e4336
Octal264723302111101743610366
Binary1011010011101011011000100011001001011111000111101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43AD8; }

 p { color: rgb(180,58,216); }

 H1.HeaderClassName
 {
   color: #B43AD8;
 }
 .AnyTagClassName
 {
   color: #B43AD8;
 }
</style>
background-color css

<style>
 a { background-color: #B43AD8; }

 a { background-color: rgb(180,58,216); }

 div.DivClassName
 {
   background-color: #B43AD8;
 }
 .BgClassName
 {
   background-color: #B43AD8;
 }
</style>
border-color css

<style>
 span { border-color: #B43AD8; }

 span { border-color: rgb(180,58,216); }

 td.TdClassName
 {
   border-color: #B43AD8;
 }
 .TagClassName
 {
   border-color: #B43AD8;
 }
</style>