#B571D7

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

Shades of Medium Orchid #B571D7

Tints of Medium Orchid #B571D7

Color information

#B571D7 (or 0xB571D7) is unknown color: approx Medium Orchid. HEX triplet: B5, 71 and D7. RGB value is (181,113,215). Sum of RGB (Red+Green+Blue) = 181+113+215=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: blue. Hex color #B571D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571D7 is #4A8E28. Grayscale: #909090. Windows color (decimal): -4886057 or 14119349. OLE color: 14119349.

HSL color Cylindrical-coordinate representation of color #B571D7: hue angle of 280º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B571D7 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB181113215-
CMYK0.160.4700.16
HSL280º56.04%64.31%-
HSV(B)280º47.44%84.31%-
XYZ37.2326.5467.45-
YUV144.96167.53153.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.56%
GREEN value IS 113 (44.53% from 255) = 22.20%
BLUE value IS 215 (84.38% from 255) = 42.24%
R=35.56%
G=22.20%
B=42.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811132150.160.4700.1628056.0464.31
HexB571D7102F0101183840
Octal265161327205702043070100
Binary10110101111000111010111100001011110100001000110001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B571D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B571D7; }

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

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

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

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

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

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

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

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