#B571E7

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

Shades of Medium Orchid #B571E7

Tints of Medium Orchid #B571E7

Color information

#B571E7 (or 0xB571E7) is unknown color: approx Medium Orchid. HEX triplet: B5, 71 and E7. RGB value is (181,113,231). Sum of RGB (Red+Green+Blue) = 181+113+231=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 231 (90.62% from 255 or 44% from 525); Max value from RGB is 231 - color contains mainly: blue. Hex color #B571E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B571E7 is #4A8E18. Grayscale: #929292. Windows color (decimal): -4886041 or 15167925. OLE color: 15167925.

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

Color convert

RGB181113231-
CMYK0.220.5100.09
HSL274.58º71.08%67.45%-
HSV(B)274.58º51.08%90.59%-
XYZ39.3827.478.81-
YUV146.78175.53152.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.48%
GREEN value IS 113 (44.53% from 255) = 21.52%
BLUE value IS 231 (90.62% from 255) = 44%
R=34.48%
G=21.52%
B=44%

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
Decimal1811132310.220.5100.09274.5871.0867.45
HexB571E71633091134743
Octal2651613472663011423107103
Binary10110101111000111100111101101100110100110001001110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B571E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B571E7; }

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

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

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

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

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

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

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

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