#B571DE

Color #B571DE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B571DE

Tints of Medium Orchid #B571DE

Color information

#B571DE (or 0xB571DE) is unknown color: approx Medium Orchid. HEX triplet: B5, 71 and DE. RGB value is (181,113,222). Sum of RGB (Red+Green+Blue) = 181+113+222=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #B571DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571DE is #4A8E21. Grayscale: #919191. Windows color (decimal): -4886050 or 14578101. OLE color: 14578101.

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

Color convert

RGB181113222-
CMYK0.180.4900.13
HSL277.43º62.29%65.69%-
HSV(B)277.43º49.1%87.06%-
XYZ38.1526.9172.29-
YUV145.76171.03153.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 113 (44.53% from 255) = 21.90%
BLUE value IS 222 (87.11% from 255) = 43.02%
R=35.08%
G=21.90%
B=43.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811132220.180.4900.13277.4362.2965.69
HexB571DE12310D1153e42
Octal265161336226101542576102
Binary1011010111100011101111010010110001011011000101011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B571DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B571DE; }

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

 H1.HeaderClassName
 {
   color: #B571DE;
 }
 .AnyTagClassName
 {
   color: #B571DE;
 }
</style>
background-color css

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

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

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

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

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

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