Html Css Color HEX #B559D6 Medium Orchid

📋 copy color: '#B559D6'

red 181 ◦ green 89 ◦ blue 214

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

Shades of Medium Orchid #B559D6

Tints of Medium Orchid #B559D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.21%

R = 37.4%
G = 18.39%
B = 44.21%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B559D6 (or 0xB559D6) is known color: Medium Orchid. HEX triplet: B5, 59 and D6. RGB value is (181,89,214). Sum of RGB (Red+Green+Blue) = 181+89+214=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #B559D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B559D6 is #4AA629. Grayscale: #828282. Windows color (decimal): -4892202 or 14047669. OLE color: 14047669.

HSL color Cylindrical-coordinate representation of color #B559D6: hue angle of 284.16º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B559D6 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 89 214 -
CMYK 0.15 0.58 0 0.16
HSL 284.16º 0.6% 0.59% -
HSV(B) 284.16º 0.58% 0.84% -
XYZ 34.77 21.82 66 -
YUV 130.76 174.98 163.84 -
System Red Green Blue C M Y K H S L
Decimal 181 89 214 0.15 0.58 0 0.16 284.16 0.6 0.59
Hex B5 59 D6 F 3A 0 10 11C 3C 3B
Octal 265 131 326 17 72 0 20 434 74 73
Binary 10110101 1011001 11010110 1111 111010 0 10000 100011100 111100 111011

Color Harmonies of #B559D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B559D6

Black with #B559D6

Text Example


Text Example

White with #B559D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B559D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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