#b571e8

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

Shades of Medium Orchid #B571E8

Tints of Medium Orchid #B571E8

Color information

#B571E8 (or 0xB571E8) is unknown color: approx Medium Orchid. HEX triplet: B5, 71 and E8. RGB value is (181,113,232). Sum of RGB (Red+Green+Blue) = 181+113+232=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 232 (91.02% from 255 or 44.11% from 526); Max value from RGB is 232 - color contains mainly: blue. Hex color #B571E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B571E8 is #4A8E17. Grayscale: #929292. Windows color (decimal): -4886040 or 15233461. OLE color: 15233461.

HSL color Cylindrical-coordinate representation of color #B571E8: hue angle of 274.29º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B571E8 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB181113232-
CMYK0.220.5100.09
HSL274.29º72.12%67.65%-
HSV(B)274.29º51.29%90.98%-
XYZ39.5327.4679.56-
YUV146.9176.03152.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.41%
GREEN value IS 113 (44.53% from 255) = 21.48%
BLUE value IS 232 (91.02% from 255) = 44.11%
R=34.41%
G=21.48%
B=44.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1811132320.220.5100.09274.2972.1267.65
HexB571E81633091124844
Octal2651613502663011422110104
Binary10110101111000111101000101101100110100110001001010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b571e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b571e8; }

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

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

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

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

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

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

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

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