Html Css Color HEX #B559DD Medium Orchid

📋 copy color: '#B559DD'

red 181 ◦ green 89 ◦ blue 221

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

Shades of Medium Orchid #B559DD

Tints of Medium Orchid #B559DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 36.86%
G = 18.13%
B = 45.01%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B559DD (or 0xB559DD) is known color: Medium Orchid. HEX triplet: B5, 59 and DD. RGB value is (181,89,221). Sum of RGB (Red+Green+Blue) = 181+89+221=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #B559DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B559DD is #4AA622. Grayscale: #838383. Windows color (decimal): -4892195 or 14506421. OLE color: 14506421.

HSL color Cylindrical-coordinate representation of color #B559DD: hue angle of 281.82º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B559DD is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 89 221 -
CMYK 0.18 0.60 0 0.13
HSL 281.82º 0.66% 0.61% -
HSV(B) 281.82º 0.6% 0.87% -
XYZ 35.68 22.19 70.81 -
YUV 131.56 178.48 163.27 -
System Red Green Blue C M Y K H S L
Decimal 181 89 221 0.18 0.60 0 0.13 281.82 0.66 0.61
Hex B5 59 DD 12 3C 0 D 11A 42 3D
Octal 265 131 335 22 74 0 15 432 102 75
Binary 10110101 1011001 11011101 10010 111100 0 1101 100011010 1000010 111101

Color Harmonies of #B559DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B559DD

Black with #B559DD

Text Example


Text Example

White with #B559DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B559DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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