#bd28dd

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

Shades of Dark Orchid #BD28DD

Tints of Dark Orchid #BD28DD

Color information

#BD28DD (or 0xBD28DD) is unknown color: approx Dark Orchid. HEX triplet: BD, 28 and DD. RGB value is (189,40,221). Sum of RGB (Red+Green+Blue) = 189+40+221=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 40 (16.02% from 255 or 8.89% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD28DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD28DD is #42D722. Grayscale: #686868. Windows color (decimal): -4380451 or 14493885. OLE color: 14493885.

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

Color convert

RGB18940221-
CMYK0.140.8200.13
HSL289.39º72.69%51.18%-
HSV(B)289.39º81.9%86.67%-
XYZ34.817.5669.96-
YUV105.18193.36187.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42%
GREEN value IS 40 (16.02% from 255) = 8.89%
BLUE value IS 221 (86.72% from 255) = 49.11%
R=42%
G=8.89%
B=49.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal189402210.140.8200.13289.3972.6951.18
HexBD28DDE520D1214933
Octal275503351612201544111163
Binary101111011010001101110111101010010011011001000011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd28dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd28dd; }

 p { color: rgb(189,40,221); }

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

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

 a { background-color: rgb(189,40,221); }

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

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

 span { border-color: rgb(189,40,221); }

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