#B534E5

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

Shades of Dark Orchid #B534E5

Tints of Dark Orchid #B534E5

Color information

#B534E5 (or 0xB534E5) is unknown color: approx Dark Orchid. HEX triplet: B5, 34 and E5. RGB value is (181,52,229). Sum of RGB (Red+Green+Blue) = 181+52+229=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 52 (20.70% from 255 or 11.26% from 462); Blue value is 229 (89.84% from 255 or 49.57% from 462); Max value from RGB is 229 - color contains mainly: blue. Hex color #B534E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534E5 is #4ACB1A. Grayscale: #6E6E6E. Windows color (decimal): -4901659 or 15021237. OLE color: 15021237.

HSL color Cylindrical-coordinate representation of color #B534E5: hue angle of 283.73º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B534E5 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18152229-
CMYK0.210.7700.10
HSL283.73º77.29%55.1%-
HSV(B)283.73º77.29%89.8%-
XYZ34.4317.9475.78-
YUV110.75194.74178.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.18%
GREEN value IS 52 (20.70% from 255) = 11.26%
BLUE value IS 229 (89.84% from 255) = 49.57%
R=39.18%
G=11.26%
B=49.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal181522290.210.7700.10283.7377.2955.1
HexB534E5154D0A11c4d37
Octal265643452511501243411567
Binary1011010111010011100101101011001101010101000111001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B534E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B534E5; }

 p { color: rgb(181,52,229); }

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

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

 a { background-color: rgb(181,52,229); }

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

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

 span { border-color: rgb(181,52,229); }

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