#BD28CD

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

Shades of Dark Orchid #BD28CD

Tints of Dark Orchid #BD28CD

Color information

#BD28CD (or 0xBD28CD) is unknown color: approx Dark Orchid. HEX triplet: BD, 28 and CD. RGB value is (189,40,205). Sum of RGB (Red+Green+Blue) = 189+40+205=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD28CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD28CD is #42D732. Grayscale: #666666. Windows color (decimal): -4380467 or 13445309. OLE color: 13445309.

HSL color Cylindrical-coordinate representation of color #BD28CD: hue angle of 294.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD28CD is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18940205-
CMYK0.080.8000.20
HSL294.18º67.35%48.04%-
HSV(B)294.18º80.49%80.39%-
XYZ32.7616.7459.26-
YUV103.36185.36189.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.55%
GREEN value IS 40 (16.02% from 255) = 9.22%
BLUE value IS 205 (80.47% from 255) = 47.24%
R=43.55%
G=9.22%
B=47.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189402050.080.8000.20294.1867.3548.04
HexBD28CD8500141264330
Octal275503151012002444610360
Binary1011110110100011001101100010100000101001001001101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD28CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD28CD; }

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

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

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

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

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

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

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

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