#bf2b8c

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

Shades of Medium Red Violet #BF2B8C

Tints of Medium Red Violet #BF2B8C

Color information

#BF2B8C (or 0xBF2B8C) is unknown color: approx Medium Red Violet. HEX triplet: BF, 2B and 8C. RGB value is (191,43,140). Sum of RGB (Red+Green+Blue) = 191+43+140=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2B8C is #40D473. Grayscale: #626262. Windows color (decimal): -4248692 or 9186239. OLE color: 9186239.

HSL color Cylindrical-coordinate representation of color #BF2B8C: hue angle of 320.68º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2B8C is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB19143140-
CMYK00.770.270.25
HSL320.68º63.25%45.88%-
HSV(B)320.68º77.49%74.9%-
XYZ27.0814.726.22-
YUV98.31151.53194.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.07%
GREEN value IS 43 (17.19% from 255) = 11.50%
BLUE value IS 140 (55.08% from 255) = 37.43%
R=51.07%
G=11.50%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914314000.770.270.25320.6863.2545.88
HexBF2B8C04D1B191413f2e
Octal27753214011533315017756
Binary1011111110101110001100010011011101111001101000001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf2b8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf2b8c; }

 p { color: rgb(191,43,140); }

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

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

 a { background-color: rgb(191,43,140); }

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

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

 span { border-color: rgb(191,43,140); }

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