Html Css Color HEX #B059C9 Medium Orchid

📋 copy color: '#B059C9'

red 176 ◦ green 89 ◦ blue 201

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

Shades of Medium Orchid #B059C9

Tints of Medium Orchid #B059C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.13%

R = 37.77%
G = 19.1%
B = 43.13%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B059C9 (or 0xB059C9) is known color: Medium Orchid. HEX triplet: B0, 59 and C9. RGB value is (176,89,201). Sum of RGB (Red+Green+Blue) = 176+89+201=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 201 - color contains mainly: blue. Hex color #B059C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059C9 is #4FA636. Grayscale: #7F7F7F. Windows color (decimal): -5219895 or 13195696. OLE color: 13195696.

HSL color Cylindrical-coordinate representation of color #B059C9: hue angle of 286.61º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B059C9 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 89 201 -
CMYK 0.12 0.56 0 0.21
HSL 286.61º 0.51% 0.57% -
HSV(B) 286.61º 0.56% 0.79% -
XYZ 32.02 20.59 57.55 -
YUV 127.78 169.32 162.39 -
System Red Green Blue C M Y K H S L
Decimal 176 89 201 0.12 0.56 0 0.21 286.61 0.51 0.57
Hex B0 59 C9 C 38 0 15 11F 33 39
Octal 260 131 311 14 70 0 25 437 63 71
Binary 10110000 1011001 11001001 1100 111000 0 10101 100011111 110011 111001

Color Harmonies of #B059C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B059C9

Black with #B059C9

Text Example


Text Example

White with #B059C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B059C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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