#BF2BAA

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

Shades of Medium Red Violet #BF2BAA

Tints of Medium Red Violet #BF2BAA

Color information

#BF2BAA (or 0xBF2BAA) is unknown color: approx Medium Red Violet. HEX triplet: BF, 2B and AA. RGB value is (191,43,170). Sum of RGB (Red+Green+Blue) = 191+43+170=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2BAA is #40D455. Grayscale: #656565. Windows color (decimal): -4248662 or 11152319. OLE color: 11152319.

HSL color Cylindrical-coordinate representation of color #BF2BAA: hue angle of 308.51º 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 #BF2BAA is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB19143170-
CMYK00.770.110.25
HSL308.51º63.25%45.88%-
HSV(B)308.51º77.49%74.9%-
XYZ29.6115.7139.5-
YUV101.73166.53191.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 43 (17.19% from 255) = 10.64%
BLUE value IS 170 (66.80% from 255) = 42.08%
R=47.28%
G=10.64%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914317000.770.110.25308.5163.2545.88
HexBF2BAA04DB191353f2e
Octal27753252011513314657756
Binary101111111010111010101001001101101111001100110101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2BAA; }

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

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

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

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

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

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

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

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