#BF2CD6

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

Shades of Medium Orchid #BF2CD6

Tints of Medium Orchid #BF2CD6

Color information

#BF2CD6 (or 0xBF2CD6) is unknown color: approx Medium Orchid. HEX triplet: BF, 2C and D6. RGB value is (191,44,214). Sum of RGB (Red+Green+Blue) = 191+44+214=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 214 (83.98% from 255 or 47.66% from 449); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF2CD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2CD6 is #40D329. Grayscale: #6A6A6A. Windows color (decimal): -4248362 or 14036159. OLE color: 14036159.

HSL color Cylindrical-coordinate representation of color #BF2CD6: hue angle of 291.88º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2CD6 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19144214-
CMYK0.110.7900.16
HSL291.88º67.46%50.59%-
HSV(B)291.88º79.44%83.92%-
XYZ34.5217.7365.22-
YUV107.33188.2187.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 44 (17.58% from 255) = 9.80%
BLUE value IS 214 (83.98% from 255) = 47.66%
R=42.54%
G=9.80%
B=47.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal191442140.110.7900.16291.8867.4650.59
HexBF2CD6B4F0101244333
Octal277543261311702044410363
Binary1011111110110011010110101110011110100001001001001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2CD6; }

 p { color: rgb(191,44,214); }

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

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

 a { background-color: rgb(191,44,214); }

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

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

 span { border-color: rgb(191,44,214); }

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