#B571E3

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

Shades of Medium Orchid #B571E3

Tints of Medium Orchid #B571E3

Color information

#B571E3 (or 0xB571E3) is unknown color: approx Medium Orchid. HEX triplet: B5, 71 and E3. RGB value is (181,113,227). Sum of RGB (Red+Green+Blue) = 181+113+227=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 227 - color contains mainly: blue. Hex color #B571E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571E3 is #4A8E1C. Grayscale: #919191. Windows color (decimal): -4886045 or 14905781. OLE color: 14905781.

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

Color convert

RGB181113227-
CMYK0.200.5000.11
HSL275.79º67.06%66.67%-
HSV(B)275.79º50.22%89.02%-
XYZ38.8327.1875.87-
YUV146.33173.53152.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.74%
GREEN value IS 113 (44.53% from 255) = 21.69%
BLUE value IS 227 (89.06% from 255) = 43.57%
R=34.74%
G=21.69%
B=43.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1811132270.200.5000.11275.7967.0666.67
HexB571E314320B1144343
Octal2651613432462013424103103
Binary10110101111000111100011101001100100101110001010010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B571E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B571E3; }

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

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

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

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

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

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

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

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