Html Css Color HEX #BF1978 Medium Violet Red

📋 copy color: '#BF1978'

red 191 ◦ green 25 ◦ blue 120

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

Shades of Medium Violet Red #BF1978

Tints of Medium Violet Red #BF1978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.44%

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

R = 56.85%
G = 7.44%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF1978 (or 0xBF1978) is known color: Medium Violet Red. HEX triplet: BF, 19 and 78. RGB value is (191,25,120). Sum of RGB (Red+Green+Blue) = 191+25+120=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1978 is #40E687. Grayscale: #555555. Windows color (decimal): -4253320 or 7870911. OLE color: 7870911.

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

Color convert

RGB 191 25 120 -
CMYK 0 0.87 0.37 0.25
HSL 325.66º 0.77% 0.42% -
HSV(B) 325.66º 0.87% 0.75% -
XYZ 25.22 13.13 18.97 -
YUV 85.46 147.5 203.28 -
System Red Green Blue C M Y K H S L
Decimal 191 25 120 0 0.87 0.37 0.25 325.66 0.77 0.42
Hex BF 19 78 0 57 25 19 146 4D 2A
Octal 277 31 170 0 127 45 31 506 115 52
Binary 10111111 11001 1111000 0 1010111 100101 11001 101000110 1001101 101010

Color Harmonies of #BF1978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1978

Black with #BF1978

Text Example


Text Example

White with #BF1978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1978; }

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

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

background-color css

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

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

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

border-color css

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

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

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