#B529E6

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

Shades of Dark Orchid #B529E6

Tints of Dark Orchid #B529E6

Color information

#B529E6 (or 0xB529E6) is unknown color: approx Dark Orchid. HEX triplet: B5, 29 and E6. RGB value is (181,41,230). Sum of RGB (Red+Green+Blue) = 181+41+230=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 230 (90.23% from 255 or 50.88% from 452); Max value from RGB is 230 - color contains mainly: blue. Hex color #B529E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B529E6 is #4AD619. Grayscale: #676767. Windows color (decimal): -4904474 or 15083957. OLE color: 15083957.

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

Color convert

RGB18141230-
CMYK0.210.8200.10
HSL284.44º79.08%53.14%-
HSV(B)284.44º82.17%90.2%-
XYZ34.1317.1276.37-
YUV104.41198.88182.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.04%
GREEN value IS 41 (16.41% from 255) = 9.07%
BLUE value IS 230 (90.23% from 255) = 50.88%
R=40.04%
G=9.07%
B=50.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal181412300.210.8200.10284.4479.0853.14
HexB529E615520A11c4f35
Octal265513462512201243411765
Binary1011010110100111100110101011010010010101000111001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B529E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B529E6; }

 p { color: rgb(181,41,230); }

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

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

 a { background-color: rgb(181,41,230); }

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

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

 span { border-color: rgb(181,41,230); }

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