Html Css Color HEX #B059D4 Medium Orchid

📋 copy color: '#B059D4'

red 176 ◦ green 89 ◦ blue 212

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

Shades of Medium Orchid #B059D4

Tints of Medium Orchid #B059D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.44%

R = 36.9%
G = 18.66%
B = 44.44%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B059D4 (or 0xB059D4) is known color: Medium Orchid. HEX triplet: B0, 59 and D4. RGB value is (176,89,212). Sum of RGB (Red+Green+Blue) = 176+89+212=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 212 - color contains mainly: blue. Hex color #B059D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059D4 is #4FA62B. Grayscale: #808080. Windows color (decimal): -5219884 or 13916592. OLE color: 13916592.

HSL color Cylindrical-coordinate representation of color #B059D4: hue angle of 282.44º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B059D4 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 89 212 -
CMYK 0.17 0.58 0 0.17
HSL 282.44º 0.59% 0.59% -
HSV(B) 282.44º 0.58% 0.83% -
XYZ 33.36 21.13 64.61 -
YUV 129.04 174.82 161.5 -
System Red Green Blue C M Y K H S L
Decimal 176 89 212 0.17 0.58 0 0.17 282.44 0.59 0.59
Hex B0 59 D4 11 3A 0 11 11A 3B 3B
Octal 260 131 324 21 72 0 21 432 73 73
Binary 10110000 1011001 11010100 10001 111010 0 10001 100011010 111011 111011

Color Harmonies of #B059D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B059D4

Black with #B059D4

Text Example


Text Example

White with #B059D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B059D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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