Html Css Color HEX #B059D9 Medium Orchid

📋 copy color: '#B059D9'

red 176 ◦ green 89 ◦ blue 217

#B059D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B059D9

Tints of Medium Orchid #B059D9

RGB

 RED value IS 176 (69.14% from 255) = 36.51%

 GREEN value IS 89 (35.16% from 255) = 18.46%

 BLUE value IS 217 (85.16% from 255) = 45.02%

R = 36.51%
G = 18.46%
B = 45.02%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B059D9 (or 0xB059D9) is known color: Medium Orchid. HEX triplet: B0, 59 and D9. RGB value is (176,89,217). Sum of RGB (Red+Green+Blue) = 176+89+217=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 217 - color contains mainly: blue. Hex color #B059D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059D9 is #4FA626. Grayscale: #818181. Windows color (decimal): -5219879 or 14244272. OLE color: 14244272.

HSL color Cylindrical-coordinate representation of color #B059D9: hue angle of 280.78º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B059D9 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 89 217 -
CMYK 0.19 0.59 0 0.15
HSL 280.78º 0.63% 0.6% -
HSV(B) 280.78º 0.59% 0.85% -
XYZ 34 21.38 67.98 -
YUV 129.61 177.32 161.09 -
System Red Green Blue C M Y K H S L
Decimal 176 89 217 0.19 0.59 0 0.15 280.78 0.63 0.6
Hex B0 59 D9 13 3B 0 F 119 3F 3C
Octal 260 131 331 23 73 0 17 431 77 74
Binary 10110000 1011001 11011001 10011 111011 0 1111 100011001 111111 111100

Color Harmonies of #B059D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B059D9

Black with #B059D9

Text Example


Text Example

White with #B059D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B059D9; }

 p { color: rgb(176,89,217); }

 H1.HeaderClassName
 {
   color: #B059D9;
 }
 .AnyTagClassName
 {
   color: #B059D9;
 }
</style>

background-color css

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

 a { background-color: rgb(176,89,217); }

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

border-color css

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

 span { border-color: rgb(176,89,217); }

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