Html Css Color HEX #BF0794 Medium Violet Red

📋 copy color: '#BF0794'

red 191 ◦ green 7 ◦ blue 148

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

Shades of Medium Violet Red #BF0794

Tints of Medium Violet Red #BF0794

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.02%

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

R = 55.2%
G = 2.02%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF0794 (or 0xBF0794) is known color: Medium Violet Red. HEX triplet: BF, 07 and 94. RGB value is (191,7,148). Sum of RGB (Red+Green+Blue) = 191+7+148=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0794 is #40F86B. Grayscale: #4D4D4D. Windows color (decimal): -4257900 or 9701311. OLE color: 9701311.

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

Color convert

RGB 191 7 148 -
CMYK 0 0.96 0.23 0.25
HSL 314.02º 0.93% 0.39% -
HSV(B) 314.02º 0.96% 0.75% -
XYZ 26.91 13.37 29.18 -
YUV 78.09 167.46 208.54 -
System Red Green Blue C M Y K H S L
Decimal 191 7 148 0 0.96 0.23 0.25 314.02 0.93 0.39
Hex BF 7 94 0 60 17 19 13A 5D 27
Octal 277 7 224 0 140 27 31 472 135 47
Binary 10111111 111 10010100 0 1100000 10111 11001 100111010 1011101 100111

Color Harmonies of #BF0794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0794

Black with #BF0794

Text Example


Text Example

White with #BF0794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0794; }

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

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

background-color css

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

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

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

border-color css

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

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

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