#bf2cd1

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

Shades of Medium Orchid #BF2CD1

Tints of Medium Orchid #BF2CD1

Color information

#BF2CD1 (or 0xBF2CD1) is unknown color: approx Medium Orchid. HEX triplet: BF, 2C and D1. RGB value is (191,44,209). Sum of RGB (Red+Green+Blue) = 191+44+209=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF2CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2CD1 is #40D32E. Grayscale: #6A6A6A. Windows color (decimal): -4248367 or 13708479. OLE color: 13708479.

HSL color Cylindrical-coordinate representation of color #BF2CD1: hue angle of 293.45º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2CD1 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19144209-
CMYK0.090.7900.18
HSL293.45º65.22%49.61%-
HSV(B)293.45º78.95%81.96%-
XYZ33.917.4861.91-
YUV106.76185.7188.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 44 (17.58% from 255) = 9.91%
BLUE value IS 209 (82.03% from 255) = 47.07%
R=43.02%
G=9.91%
B=47.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal191442090.090.7900.18293.4565.2249.61
HexBF2CD194F0121254132
Octal277543211111702244510162
Binary1011111110110011010001100110011110100101001001011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf2cd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf2cd1; }

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

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

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

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

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

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

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

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