Html Css Color HEX #B559CA Medium Orchid

📋 copy color: '#B559CA'

red 181 ◦ green 89 ◦ blue 202

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

Shades of Medium Orchid #B559CA

Tints of Medium Orchid #B559CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.8%

R = 38.35%
G = 18.86%
B = 42.8%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B559CA (or 0xB559CA) is known color: Medium Orchid. HEX triplet: B5, 59 and CA. RGB value is (181,89,202). Sum of RGB (Red+Green+Blue) = 181+89+202=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #B559CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B559CA is #4AA635. Grayscale: #818181. Windows color (decimal): -4892214 or 13261237. OLE color: 13261237.

HSL color Cylindrical-coordinate representation of color #B559CA: hue angle of 288.85º degrees, saturation: 0.52, 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 #B559CA is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 89 202 -
CMYK 0.10 0.56 0 0.21
HSL 288.85º 0.52% 0.57% -
HSV(B) 288.85º 0.56% 0.79% -
XYZ 33.29 21.23 58.22 -
YUV 129.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 181 89 202 0.10 0.56 0 0.21 288.85 0.52 0.57
Hex B5 59 CA A 38 0 15 121 34 39
Octal 265 131 312 12 70 0 25 441 64 71
Binary 10110101 1011001 11001010 1010 111000 0 10101 100100001 110100 111001

Color Harmonies of #B559CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B559CA

Black with #B559CA

Text Example


Text Example

White with #B559CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B559CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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