Html Css Color HEX #B059CE Medium Orchid

📋 copy color: '#B059CE'

red 176 ◦ green 89 ◦ blue 206

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

Shades of Medium Orchid #B059CE

Tints of Medium Orchid #B059CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 37.37%
G = 18.9%
B = 43.74%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B059CE (or 0xB059CE) is known color: Medium Orchid. HEX triplet: B0, 59 and CE. RGB value is (176,89,206). Sum of RGB (Red+Green+Blue) = 176+89+206=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #B059CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059CE is #4FA631. Grayscale: #7F7F7F. Windows color (decimal): -5219890 or 13523376. OLE color: 13523376.

HSL color Cylindrical-coordinate representation of color #B059CE: hue angle of 284.62º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B059CE is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 89 206 -
CMYK 0.15 0.57 0 0.19
HSL 284.62º 0.54% 0.58% -
HSV(B) 284.62º 0.57% 0.81% -
XYZ 32.62 20.83 60.69 -
YUV 128.35 171.82 161.99 -
System Red Green Blue C M Y K H S L
Decimal 176 89 206 0.15 0.57 0 0.19 284.62 0.54 0.58
Hex B0 59 CE F 39 0 13 11D 36 3A
Octal 260 131 316 17 71 0 23 435 66 72
Binary 10110000 1011001 11001110 1111 111001 0 10011 100011101 110110 111010

Color Harmonies of #B059CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B059CE

Black with #B059CE

Text Example


Text Example

White with #B059CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B059CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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