#BF28DD

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

Shades of Dark Orchid #BF28DD

Tints of Dark Orchid #BF28DD

Color information

#BF28DD (or 0xBF28DD) is unknown color: approx Dark Orchid. HEX triplet: BF, 28 and DD. RGB value is (191,40,221). Sum of RGB (Red+Green+Blue) = 191+40+221=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF28DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF28DD is #40D722. Grayscale: #696969. Windows color (decimal): -4249379 or 14493887. OLE color: 14493887.

HSL color Cylindrical-coordinate representation of color #BF28DD: hue angle of 290.06º 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 #BF28DD is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19140221-
CMYK0.140.8200.13
HSL290.06º72.69%51.18%-
HSV(B)290.06º81.9%86.67%-
XYZ35.317.8169.98-
YUV105.78193.03188.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.26%
GREEN value IS 40 (16.02% from 255) = 8.85%
BLUE value IS 221 (86.72% from 255) = 48.89%
R=42.26%
G=8.85%
B=48.89%

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
Decimal191402210.140.8200.13290.0672.6951.18
HexBF28DDE520D1224933
Octal277503351612201544211163
Binary101111111010001101110111101010010011011001000101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF28DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF28DD; }

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

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

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

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

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

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

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

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