Html Css Color HEX #BF2770 Medium Red Violet

📋 copy color: '#BF2770'

red 191 ◦ green 39 ◦ blue 112

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

Shades of Medium Red Violet #BF2770

Tints of Medium Red Violet #BF2770

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.4%

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

R = 55.85%
G = 11.4%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF2770 (or 0xBF2770) is known color: Medium Red Violet. HEX triplet: BF, 27 and 70. RGB value is (191,39,112). Sum of RGB (Red+Green+Blue) = 191+39+112=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2770 is #40D88F. Grayscale: #5C5C5C. Windows color (decimal): -4249744 or 7350207. OLE color: 7350207.

HSL color Cylindrical-coordinate representation of color #BF2770: hue angle of 331.18º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2770 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 39 112 -
CMYK 0 0.80 0.41 0.25
HSL 331.18º 0.66% 0.45% -
HSV(B) 331.18º 0.8% 0.75% -
XYZ 25.14 13.7 16.65 -
YUV 92.77 138.86 198.06 -
System Red Green Blue C M Y K H S L
Decimal 191 39 112 0 0.80 0.41 0.25 331.18 0.66 0.45
Hex BF 27 70 0 50 29 19 14B 42 2D
Octal 277 47 160 0 120 51 31 513 102 55
Binary 10111111 100111 1110000 0 1010000 101001 11001 101001011 1000010 101101

Color Harmonies of #BF2770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2770

Black with #BF2770

Text Example


Text Example

White with #BF2770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2770; }

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

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

background-color css

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

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

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

border-color css

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

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

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