Html Css Color HEX #B566DE Medium Orchid

📋 copy color: '#B566DE'

red 181 ◦ green 102 ◦ blue 222

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

Shades of Medium Orchid #B566DE

Tints of Medium Orchid #B566DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.96%

R = 35.84%
G = 20.2%
B = 43.96%

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

#B566DE (or 0xB566DE) is known color: Medium Orchid. HEX triplet: B5, 66 and DE. RGB value is (181,102,222). Sum of RGB (Red+Green+Blue) = 181+102+222=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #B566DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566DE is #4A9921. Grayscale: #8A8A8A. Windows color (decimal): -4888866 or 14575285. OLE color: 14575285.

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

Color convert

RGB 181 102 222 -
CMYK 0.18 0.54 0 0.13
HSL 279.5º 0.65% 0.64% -
HSV(B) 279.5º 0.54% 0.87% -
XYZ 36.99 24.6 71.91 -
YUV 139.3 174.67 157.74 -
System Red Green Blue C M Y K H S L
Decimal 181 102 222 0.18 0.54 0 0.13 279.5 0.65 0.64
Hex B5 66 DE 12 36 0 D 118 41 40
Octal 265 146 336 22 66 0 15 430 101 100
Binary 10110101 1100110 11011110 10010 110110 0 1101 100011000 1000001 1000000

Color Harmonies of #B566DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B566DE

Black with #B566DE

Text Example


Text Example

White with #B566DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B566DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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