Html Css Color HEX #BF1794 Medium Violet Red

📋 copy color: '#BF1794'

red 191 ◦ green 23 ◦ blue 148

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

Shades of Medium Violet Red #BF1794

Tints of Medium Violet Red #BF1794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.35%

 BLUE value IS 148 (58.2% from 255) = 40.88%

R = 52.76%
G = 6.35%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF1794 (or 0xBF1794) is known color: Medium Violet Red. HEX triplet: BF, 17 and 94. RGB value is (191,23,148). Sum of RGB (Red+Green+Blue) = 191+23+148=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1794 is #40E86B. Grayscale: #575757. Windows color (decimal): -4253804 or 9705407. OLE color: 9705407.

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

Color convert

RGB 191 23 148 -
CMYK 0 0.88 0.23 0.25
HSL 315.36º 0.79% 0.42% -
HSV(B) 315.36º 0.88% 0.75% -
XYZ 27.14 13.83 29.26 -
YUV 87.48 162.16 201.84 -
System Red Green Blue C M Y K H S L
Decimal 191 23 148 0 0.88 0.23 0.25 315.36 0.79 0.42
Hex BF 17 94 0 58 17 19 13B 4F 2A
Octal 277 27 224 0 130 27 31 473 117 52
Binary 10111111 10111 10010100 0 1011000 10111 11001 100111011 1001111 101010

Color Harmonies of #BF1794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1794

Black with #BF1794

Text Example


Text Example

White with #BF1794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1794; }

 p { color: rgb(191,23,148); }

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

background-color css

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

 a { background-color: rgb(191,23,148); }

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

border-color css

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

 span { border-color: rgb(191,23,148); }

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