#B571E2

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

Shades of Medium Orchid #B571E2

Tints of Medium Orchid #B571E2

Color information

#B571E2 (or 0xB571E2) is unknown color: approx Medium Orchid. HEX triplet: B5, 71 and E2. RGB value is (181,113,226). Sum of RGB (Red+Green+Blue) = 181+113+226=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 226 - color contains mainly: blue. Hex color #B571E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571E2 is #4A8E1D. Grayscale: #919191. Windows color (decimal): -4886046 or 14840245. OLE color: 14840245.

HSL color Cylindrical-coordinate representation of color #B571E2: hue angle of 276.11º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B571E2 is Cyan = 0.20, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB181113226-
CMYK0.200.500.11
HSL276.11º66.08%66.47%-
HSV(B)276.11º50%88.63%-
XYZ38.6927.1275.15-
YUV146.21173.03152.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.81%
GREEN value IS 113 (44.53% from 255) = 21.73%
BLUE value IS 226 (88.67% from 255) = 43.46%
R=34.81%
G=21.73%
B=43.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1811132260.200.500.11276.1166.0866.47
HexB571E214320B1144242
Octal2651613422462013424102102
Binary10110101111000111100010101001100100101110001010010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B571E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B571E2; }

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

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

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

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

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

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

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

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