Html Css Color HEX #B059CB Medium Orchid

📋 copy color: '#B059CB'

red 176 ◦ green 89 ◦ blue 203

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

Shades of Medium Orchid #B059CB

Tints of Medium Orchid #B059CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.38%

R = 37.61%
G = 19.02%
B = 43.38%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B059CB (or 0xB059CB) is known color: Medium Orchid. HEX triplet: B0, 59 and CB. RGB value is (176,89,203). Sum of RGB (Red+Green+Blue) = 176+89+203=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #B059CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059CB is #4FA634. Grayscale: #7F7F7F. Windows color (decimal): -5219893 or 13326768. OLE color: 13326768.

HSL color Cylindrical-coordinate representation of color #B059CB: hue angle of 285.79º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B059CB is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 89 203 -
CMYK 0.13 0.56 0 0.20
HSL 285.79º 0.52% 0.57% -
HSV(B) 285.79º 0.56% 0.8% -
XYZ 32.26 20.69 58.79 -
YUV 128.01 170.32 162.23 -
System Red Green Blue C M Y K H S L
Decimal 176 89 203 0.13 0.56 0 0.20 285.79 0.52 0.57
Hex B0 59 CB D 38 0 14 11E 34 39
Octal 260 131 313 15 70 0 24 436 64 71
Binary 10110000 1011001 11001011 1101 111000 0 10100 100011110 110100 111001

Color Harmonies of #B059CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B059CB

Black with #B059CB

Text Example


Text Example

White with #B059CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B059CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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