#B524D8

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

Shades of Dark Orchid #B524D8

Tints of Dark Orchid #B524D8

Color information

#B524D8 (or 0xB524D8) is unknown color: approx Dark Orchid. HEX triplet: B5, 24 and D8. RGB value is (181,36,216). Sum of RGB (Red+Green+Blue) = 181+36+216=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 216 (84.77% from 255 or 49.88% from 433); Max value from RGB is 216 - color contains mainly: blue. Hex color #B524D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B524D8 is #4ADB27. Grayscale: #636363. Windows color (decimal): -4905768 or 14165173. OLE color: 14165173.

HSL color Cylindrical-coordinate representation of color #B524D8: hue angle of 288.33º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B524D8 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18136216-
CMYK0.160.8300.15
HSL288.33º71.43%49.41%-
HSV(B)288.33º83.33%84.71%-
XYZ32.0816.0466.37-
YUV99.88193.54185.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 36 (14.45% from 255) = 8.31%
BLUE value IS 216 (84.77% from 255) = 49.88%
R=41.80%
G=8.31%
B=49.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal181362160.160.8300.15288.3371.4349.41
HexB524D810530F1204731
Octal265443302012301744010761
Binary1011010110010011011000100001010011011111001000001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B524D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B524D8; }

 p { color: rgb(181,36,216); }

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

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

 a { background-color: rgb(181,36,216); }

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

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

 span { border-color: rgb(181,36,216); }

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