Html Css Color HEX #BF2178 Medium Violet Red

📋 copy color: '#BF2178'

red 191 ◦ green 33 ◦ blue 120

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

Shades of Medium Violet Red #BF2178

Tints of Medium Violet Red #BF2178

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.59%

 BLUE value IS 120 (47.27% from 255) = 34.88%

R = 55.52%
G = 9.59%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF2178 (or 0xBF2178) is known color: Medium Violet Red. HEX triplet: BF, 21 and 78. RGB value is (191,33,120). Sum of RGB (Red+Green+Blue) = 191+33+120=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2178 is #40DE87. Grayscale: #595959. Windows color (decimal): -4251272 or 7872959. OLE color: 7872959.

HSL color Cylindrical-coordinate representation of color #BF2178: hue angle of 326.96º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2178 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 33 120 -
CMYK 0 0.83 0.37 0.25
HSL 326.96º 0.71% 0.44% -
HSV(B) 326.96º 0.83% 0.75% -
XYZ 25.42 13.52 19.04 -
YUV 90.16 144.85 199.93 -
System Red Green Blue C M Y K H S L
Decimal 191 33 120 0 0.83 0.37 0.25 326.96 0.71 0.44
Hex BF 21 78 0 53 25 19 147 47 2C
Octal 277 41 170 0 123 45 31 507 107 54
Binary 10111111 100001 1111000 0 1010011 100101 11001 101000111 1000111 101100

Color Harmonies of #BF2178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2178

Black with #BF2178

Text Example


Text Example

White with #BF2178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2178; }

 p { color: rgb(191,33,120); }

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

background-color css

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

 a { background-color: rgb(191,33,120); }

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

border-color css

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

 span { border-color: rgb(191,33,120); }

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