#B524BA

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

Shades of Dark Orchid #B524BA

Tints of Dark Orchid #B524BA

Color information

#B524BA (or 0xB524BA) is unknown color: approx Dark Orchid. HEX triplet: B5, 24 and BA. RGB value is (181,36,186). Sum of RGB (Red+Green+Blue) = 181+36+186=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #B524BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B524BA is #4ADB45. Grayscale: #606060. Windows color (decimal): -4905798 or 12199093. OLE color: 12199093.

HSL color Cylindrical-coordinate representation of color #B524BA: hue angle of 298º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B524BA is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18136186-
CMYK0.030.8100.27
HSL298º67.57%43.53%-
HSV(B)298º80.65%72.94%-
XYZ28.5514.6347.77-
YUV96.46178.54188.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.91%
GREEN value IS 36 (14.45% from 255) = 8.93%
BLUE value IS 186 (73.05% from 255) = 46.15%
R=44.91%
G=8.93%
B=46.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181361860.030.8100.2729867.5743.53
HexB524BA35101B12a442c
Octal26544272312103345210454
Binary10110101100100101110101110100010110111001010101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B524BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B524BA; }

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

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

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

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

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

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

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

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