#BF49DC

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

Shades of Medium Orchid #BF49DC

Tints of Medium Orchid #BF49DC

Color information

#BF49DC (or 0xBF49DC) is unknown color: approx Medium Orchid. HEX triplet: BF, 49 and DC. RGB value is (191,73,220). Sum of RGB (Red+Green+Blue) = 191+73+220=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF49DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF49DC is #40B623. Grayscale: #7C7C7C. Windows color (decimal): -4240932 or 14436799. OLE color: 14436799.

HSL color Cylindrical-coordinate representation of color #BF49DC: hue angle of 288.16º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF49DC is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19173220-
CMYK0.130.6700.14
HSL288.16º67.74%57.45%-
HSV(B)288.16º66.82%86.27%-
XYZ36.7921.0169.83-
YUV125.04181.59175.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 73 (28.91% from 255) = 15.08%
BLUE value IS 220 (86.33% from 255) = 45.45%
R=39.46%
G=15.08%
B=45.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal191732200.130.6700.14288.1667.7457.45
HexBF49DCD430E1204439
Octal2771113341510301644010471
Binary1011111110010011101110011011000011011101001000001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF49DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF49DC; }

 p { color: rgb(191,73,220); }

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

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

 a { background-color: rgb(191,73,220); }

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

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

 span { border-color: rgb(191,73,220); }

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