#B571D9

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

Shades of Medium Orchid #B571D9

Tints of Medium Orchid #B571D9

Color information

#B571D9 (or 0xB571D9) is unknown color: approx Medium Orchid. HEX triplet: B5, 71 and D9. RGB value is (181,113,217). Sum of RGB (Red+Green+Blue) = 181+113+217=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 217 - color contains mainly: blue. Hex color #B571D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571D9 is #4A8E26. Grayscale: #909090. Windows color (decimal): -4886055 or 14250421. OLE color: 14250421.

HSL color Cylindrical-coordinate representation of color #B571D9: hue angle of 279.23º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B571D9 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181113217-
CMYK0.170.4800.15
HSL279.23º57.78%64.71%-
HSV(B)279.23º47.93%85.1%-
XYZ37.4926.6468.81-
YUV145.19168.53153.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.42%
GREEN value IS 113 (44.53% from 255) = 22.11%
BLUE value IS 217 (85.16% from 255) = 42.47%
R=35.42%
G=22.11%
B=42.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811132170.170.4800.15279.2357.7864.71
HexB571D911300F1173a41
Octal265161331216001742772101
Binary1011010111100011101100110001110000011111000101111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B571D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B571D9; }

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

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

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

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

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

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

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

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