#B534E4

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

Shades of Dark Orchid #B534E4

Tints of Dark Orchid #B534E4

Color information

#B534E4 (or 0xB534E4) is unknown color: approx Dark Orchid. HEX triplet: B5, 34 and E4. RGB value is (181,52,228). Sum of RGB (Red+Green+Blue) = 181+52+228=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 52 (20.70% from 255 or 11.28% from 461); Blue value is 228 (89.45% from 255 or 49.46% from 461); Max value from RGB is 228 - color contains mainly: blue. Hex color #B534E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534E4 is #4ACB1B. Grayscale: #6E6E6E. Windows color (decimal): -4901660 or 14955701. OLE color: 14955701.

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

Color convert

RGB18152228-
CMYK0.210.7700.11
HSL283.98º76.52%54.9%-
HSV(B)283.98º77.19%89.41%-
XYZ34.2917.8875.04-
YUV110.64194.24178.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.26%
GREEN value IS 52 (20.70% from 255) = 11.28%
BLUE value IS 228 (89.45% from 255) = 49.46%
R=39.26%
G=11.28%
B=49.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal181522280.210.7700.11283.9876.5254.9
HexB534E4154D0B11c4d37
Octal265643442511501343411567
Binary1011010111010011100100101011001101010111000111001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B534E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B534E4; }

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

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

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

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

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

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

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

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