#BF27DE

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

Shades of Dark Orchid #BF27DE

Tints of Dark Orchid #BF27DE

Color information

#BF27DE (or 0xBF27DE) is unknown color: approx Dark Orchid. HEX triplet: BF, 27 and DE. RGB value is (191,39,222). Sum of RGB (Red+Green+Blue) = 191+39+222=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 39 (15.62% from 255 or 8.63% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF27DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF27DE is #40D821. Grayscale: #686868. Windows color (decimal): -4249634 or 14559167. OLE color: 14559167.

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

Color convert

RGB19139222-
CMYK0.140.8200.13
HSL289.84º73.49%51.18%-
HSV(B)289.84º82.43%87.06%-
XYZ35.417.870.68-
YUV105.31193.86189.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.26%
GREEN value IS 39 (15.62% from 255) = 8.63%
BLUE value IS 222 (87.11% from 255) = 49.12%
R=42.26%
G=8.63%
B=49.12%

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
Decimal191392220.140.8200.13289.8473.4951.18
HexBF27DEE520D1224933
Octal277473361612201544211163
Binary101111111001111101111011101010010011011001000101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF27DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF27DE; }

 p { color: rgb(191,39,222); }

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

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

 a { background-color: rgb(191,39,222); }

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

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

 span { border-color: rgb(191,39,222); }

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