#BD29DA

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

Shades of Dark Orchid #BD29DA

Tints of Dark Orchid #BD29DA

Color information

#BD29DA (or 0xBD29DA) is unknown color: approx Dark Orchid. HEX triplet: BD, 29 and DA. RGB value is (189,41,218). Sum of RGB (Red+Green+Blue) = 189+41+218=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD29DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD29DA is #42D625. Grayscale: #686868. Windows color (decimal): -4380198 or 14297533. OLE color: 14297533.

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

Color convert

RGB18941218-
CMYK0.130.8100.15
HSL290.17º70.52%50.78%-
HSV(B)290.17º81.19%85.49%-
XYZ34.4317.4767.89-
YUV105.43191.53187.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.19%
GREEN value IS 41 (16.41% from 255) = 9.15%
BLUE value IS 218 (85.55% from 255) = 48.66%
R=42.19%
G=9.15%
B=48.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal189412180.130.8100.15290.1770.5250.78
HexBD29DAD510F1224733
Octal275513321512101744210763
Binary101111011010011101101011011010001011111001000101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD29DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD29DA; }

 p { color: rgb(189,41,218); }

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

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

 a { background-color: rgb(189,41,218); }

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

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

 span { border-color: rgb(189,41,218); }

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