Html Css Color HEX #BF2A70 Medium Red Violet

📋 copy color: '#BF2A70'

red 191 ◦ green 42 ◦ blue 112

#BF2A70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #BF2A70

Tints of Medium Red Violet #BF2A70

RGB

 RED value IS 191 (75% from 255) = 55.36%

 GREEN value IS 42 (16.8% from 255) = 12.17%

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 55.36%
G = 12.17%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF2A70 (or 0xBF2A70) is known color: Medium Red Violet. HEX triplet: BF, 2A and 70. RGB value is (191,42,112). Sum of RGB (Red+Green+Blue) = 191+42+112=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2A70 is #40D58F. Grayscale: #5E5E5E. Windows color (decimal): -4248976 or 7350975. OLE color: 7350975.

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

Color convert

RGB 191 42 112 -
CMYK 0 0.78 0.41 0.25
HSL 331.81º 0.64% 0.46% -
HSV(B) 331.81º 0.78% 0.75% -
XYZ 25.24 13.9 16.68 -
YUV 94.53 137.86 196.81 -
System Red Green Blue C M Y K H S L
Decimal 191 42 112 0 0.78 0.41 0.25 331.81 0.64 0.46
Hex BF 2A 70 0 4E 29 19 14C 40 2E
Octal 277 52 160 0 116 51 31 514 100 56
Binary 10111111 101010 1110000 0 1001110 101001 11001 101001100 1000000 101110

Color Harmonies of #BF2A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2A70

Black with #BF2A70

Text Example


Text Example

White with #BF2A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2A70; }

 p { color: rgb(191,42,112); }

 H1.HeaderClassName
 {
   color: #BF2A70;
 }
 .AnyTagClassName
 {
   color: #BF2A70;
 }
</style>

background-color css

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

 a { background-color: rgb(191,42,112); }

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

border-color css

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

 span { border-color: rgb(191,42,112); }

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