Html Css Color HEX #B566DD Medium Orchid

📋 copy color: '#B566DD'

red 181 ◦ green 102 ◦ blue 221

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

Shades of Medium Orchid #B566DD

Tints of Medium Orchid #B566DD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.24%

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

R = 35.91%
G = 20.24%
B = 43.85%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B566DD (or 0xB566DD) is known color: Medium Orchid. HEX triplet: B5, 66 and DD. RGB value is (181,102,221). Sum of RGB (Red+Green+Blue) = 181+102+221=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #B566DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566DD is #4A9922. Grayscale: #8A8A8A. Windows color (decimal): -4888867 or 14509749. OLE color: 14509749.

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

Color convert

RGB 181 102 221 -
CMYK 0.18 0.54 0 0.13
HSL 279.83º 0.64% 0.63% -
HSV(B) 279.83º 0.54% 0.87% -
XYZ 36.86 24.55 71.2 -
YUV 139.19 174.17 157.82 -
System Red Green Blue C M Y K H S L
Decimal 181 102 221 0.18 0.54 0 0.13 279.83 0.64 0.63
Hex B5 66 DD 12 36 0 D 118 40 3F
Octal 265 146 335 22 66 0 15 430 100 77
Binary 10110101 1100110 11011101 10010 110110 0 1101 100011000 1000000 111111

Color Harmonies of #B566DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B566DD

Black with #B566DD

Text Example


Text Example

White with #B566DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B566DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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