Html Css Color HEX #B561DD Medium Orchid

📋 copy color: '#B561DD'

red 181 ◦ green 97 ◦ blue 221

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

Shades of Medium Orchid #B561DD

Tints of Medium Orchid #B561DD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.44%

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

R = 36.27%
G = 19.44%
B = 44.29%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B561DD (or 0xB561DD) is known color: Medium Orchid. HEX triplet: B5, 61 and DD. RGB value is (181,97,221). Sum of RGB (Red+Green+Blue) = 181+97+221=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #B561DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B561DD is #4A9E22. Grayscale: #878787. Windows color (decimal): -4890147 or 14508469. OLE color: 14508469.

HSL color Cylindrical-coordinate representation of color #B561DD: hue angle of 280.65º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B561DD is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 97 221 -
CMYK 0.18 0.56 0 0.13
HSL 280.65º 0.65% 0.62% -
HSV(B) 280.65º 0.56% 0.87% -
XYZ 36.38 23.59 71.04 -
YUV 136.25 175.83 159.92 -
System Red Green Blue C M Y K H S L
Decimal 181 97 221 0.18 0.56 0 0.13 280.65 0.65 0.62
Hex B5 61 DD 12 38 0 D 119 41 3E
Octal 265 141 335 22 70 0 15 431 101 76
Binary 10110101 1100001 11011101 10010 111000 0 1101 100011001 1000001 111110

Color Harmonies of #B561DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B561DD

Black with #B561DD

Text Example


Text Example

White with #B561DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B561DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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