Html Css Color HEX #BF0796 Medium Violet Red

📋 copy color: '#BF0796'

red 191 ◦ green 7 ◦ blue 150

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

Shades of Medium Violet Red #BF0796

Tints of Medium Violet Red #BF0796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.1%

R = 54.89%
G = 2.01%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF0796 (or 0xBF0796) is known color: Medium Violet Red. HEX triplet: BF, 07 and 96. RGB value is (191,7,150). Sum of RGB (Red+Green+Blue) = 191+7+150=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0796 is #40F869. Grayscale: #4D4D4D. Windows color (decimal): -4257898 or 9832383. OLE color: 9832383.

HSL color Cylindrical-coordinate representation of color #BF0796: hue angle of 313.37º 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 #BF0796 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 7 150 -
CMYK 0 0.96 0.21 0.25
HSL 313.37º 0.93% 0.39% -
HSV(B) 313.37º 0.96% 0.75% -
XYZ 27.07 13.43 30.02 -
YUV 78.32 168.46 208.37 -
System Red Green Blue C M Y K H S L
Decimal 191 7 150 0 0.96 0.21 0.25 313.37 0.93 0.39
Hex BF 7 96 0 60 15 19 139 5D 27
Octal 277 7 226 0 140 25 31 471 135 47
Binary 10111111 111 10010110 0 1100000 10101 11001 100111001 1011101 100111

Color Harmonies of #BF0796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0796

Black with #BF0796

Text Example


Text Example

White with #BF0796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0796; }

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

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

background-color css

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

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

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

border-color css

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

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

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