Html Css Color HEX #B059CC Medium Orchid

📋 copy color: '#B059CC'

red 176 ◦ green 89 ◦ blue 204

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

Shades of Medium Orchid #B059CC

Tints of Medium Orchid #B059CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.5%

R = 37.53%
G = 18.98%
B = 43.5%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B059CC (or 0xB059CC) is known color: Medium Orchid. HEX triplet: B0, 59 and CC. RGB value is (176,89,204). Sum of RGB (Red+Green+Blue) = 176+89+204=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #B059CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059CC is #4FA633. Grayscale: #7F7F7F. Windows color (decimal): -5219892 or 13392304. OLE color: 13392304.

HSL color Cylindrical-coordinate representation of color #B059CC: hue angle of 285.39º degrees, saturation: 0.53, 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 #B059CC is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 89 204 -
CMYK 0.14 0.56 0 0.2
HSL 285.39º 0.53% 0.57% -
HSV(B) 285.39º 0.56% 0.8% -
XYZ 32.38 20.73 59.42 -
YUV 128.12 170.82 162.15 -
System Red Green Blue C M Y K H S L
Decimal 176 89 204 0.14 0.56 0 0.2 285.39 0.53 0.57
Hex B0 59 CC E 38 0 14 11D 35 39
Octal 260 131 314 16 70 0 24 435 65 71
Binary 10110000 1011001 11001100 1110 111000 0 10100 100011101 110101 111001

Color Harmonies of #B059CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B059CC

Black with #B059CC

Text Example


Text Example

White with #B059CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B059CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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