#B531EA

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

Shades of Dark Orchid #B531EA

Tints of Dark Orchid #B531EA

Color information

#B531EA (or 0xB531EA) is unknown color: approx Dark Orchid. HEX triplet: B5, 31 and EA. RGB value is (181,49,234). Sum of RGB (Red+Green+Blue) = 181+49+234=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #B531EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B531EA is #4ACE15. Grayscale: #6C6C6C. Windows color (decimal): -4902422 or 15348149. OLE color: 15348149.

HSL color Cylindrical-coordinate representation of color #B531EA: hue angle of 282.81º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B531EA is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18149234-
CMYK0.230.7900.08
HSL282.81º81.5%55.49%-
HSV(B)282.81º79.06%91.76%-
XYZ35.0117.9679.46-
YUV109.56198.23178.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 49 (19.53% from 255) = 10.56%
BLUE value IS 234 (91.80% from 255) = 50.43%
R=39.01%
G=10.56%
B=50.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal181492340.230.7900.08282.8181.555.49
HexB531EA174F0811b5137
Octal265613522711701043312167
Binary1011010111000111101010101111001111010001000110111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B531EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B531EA; }

 p { color: rgb(181,49,234); }

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

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

 a { background-color: rgb(181,49,234); }

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

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

 span { border-color: rgb(181,49,234); }

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