Html Css Color HEX #B559CB Medium Orchid

📋 copy color: '#B559CB'

red 181 ◦ green 89 ◦ blue 203

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

Shades of Medium Orchid #B559CB

Tints of Medium Orchid #B559CB

RGB

 RED value IS 181 (71.09% from 255) = 38.27%

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

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

R = 38.27%
G = 18.82%
B = 42.92%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B559CB (or 0xB559CB) is known color: Medium Orchid. HEX triplet: B5, 59 and CB. RGB value is (181,89,203). Sum of RGB (Red+Green+Blue) = 181+89+203=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #B559CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B559CB is #4AA634. Grayscale: #818181. Windows color (decimal): -4892213 or 13326773. OLE color: 13326773.

HSL color Cylindrical-coordinate representation of color #B559CB: hue angle of 288.42º 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 #B559CB is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 89 203 -
CMYK 0.11 0.56 0 0.20
HSL 288.42º 0.52% 0.57% -
HSV(B) 288.42º 0.56% 0.8% -
XYZ 33.41 21.28 58.85 -
YUV 129.5 169.48 164.73 -
System Red Green Blue C M Y K H S L
Decimal 181 89 203 0.11 0.56 0 0.20 288.42 0.52 0.57
Hex B5 59 CB B 38 0 14 120 34 39
Octal 265 131 313 13 70 0 24 440 64 71
Binary 10110101 1011001 11001011 1011 111000 0 10100 100100000 110100 111001

Color Harmonies of #B559CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B559CB

Black with #B559CB

Text Example


Text Example

White with #B559CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B559CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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