Html Css Color HEX #BF1874 Medium Violet Red

📋 copy color: '#BF1874'

red 191 ◦ green 24 ◦ blue 116

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

Shades of Medium Violet Red #BF1874

Tints of Medium Violet Red #BF1874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.25%

 BLUE value IS 116 (45.7% from 255) = 35.05%

R = 57.7%
G = 7.25%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF1874 (or 0xBF1874) is known color: Medium Violet Red. HEX triplet: BF, 18 and 74. RGB value is (191,24,116). Sum of RGB (Red+Green+Blue) = 191+24+116=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1874 is #40E78B. Grayscale: #545454. Windows color (decimal): -4253580 or 7608511. OLE color: 7608511.

HSL color Cylindrical-coordinate representation of color #BF1874: hue angle of 326.95º degrees, saturation: 0.78, 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 #BF1874 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 24 116 -
CMYK 0 0.87 0.39 0.25
HSL 326.95º 0.78% 0.42% -
HSV(B) 326.95º 0.87% 0.75% -
XYZ 24.96 12.99 17.71 -
YUV 84.42 145.83 204.02 -
System Red Green Blue C M Y K H S L
Decimal 191 24 116 0 0.87 0.39 0.25 326.95 0.78 0.42
Hex BF 18 74 0 57 27 19 147 4E 2A
Octal 277 30 164 0 127 47 31 507 116 52
Binary 10111111 11000 1110100 0 1010111 100111 11001 101000111 1001110 101010

Color Harmonies of #BF1874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1874

Black with #BF1874

Text Example


Text Example

White with #BF1874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1874; }

 p { color: rgb(191,24,116); }

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

background-color css

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

 a { background-color: rgb(191,24,116); }

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

border-color css

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

 span { border-color: rgb(191,24,116); }

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