#b528df

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

Shades of Dark Orchid #B528DF

Tints of Dark Orchid #B528DF

Color information

#B528DF (or 0xB528DF) is unknown color: approx Dark Orchid. HEX triplet: B5, 28 and DF. RGB value is (181,40,223). Sum of RGB (Red+Green+Blue) = 181+40+223=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #B528DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B528DF is #4AD720. Grayscale: #666666. Windows color (decimal): -4904737 or 14624949. OLE color: 14624949.

HSL color Cylindrical-coordinate representation of color #B528DF: hue angle of 286.23º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B528DF is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18140223-
CMYK0.190.8200.13
HSL286.23º74.09%51.57%-
HSV(B)286.23º82.06%87.45%-
XYZ33.1316.6771.28-
YUV103.02195.71183.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 40 (16.02% from 255) = 9.01%
BLUE value IS 223 (87.5% from 255) = 50.23%
R=40.77%
G=9.01%
B=50.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181402230.190.8200.13286.2374.0951.57
HexB528DF13520D11e4a34
Octal265503372312201543611264
Binary1011010110100011011111100111010010011011000111101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b528df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b528df; }

 p { color: rgb(181,40,223); }

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

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

 a { background-color: rgb(181,40,223); }

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

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

 span { border-color: rgb(181,40,223); }

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