Html Css Color HEX #BF079A Medium Violet Red

📋 copy color: '#BF079A'

red 191 ◦ green 7 ◦ blue 154

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

Shades of Medium Violet Red #BF079A

Tints of Medium Violet Red #BF079A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.75%

R = 54.26%
G = 1.99%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BF079A (or 0xBF079A) is known color: Medium Violet Red. HEX triplet: BF, 07 and 9A. RGB value is (191,7,154). Sum of RGB (Red+Green+Blue) = 191+7+154=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF079A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF079A is #40F865. Grayscale: #4E4E4E. Windows color (decimal): -4257894 or 10094527. OLE color: 10094527.

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

Color convert

RGB 191 7 154 -
CMYK 0 0.96 0.19 0.25
HSL 312.07º 0.93% 0.39% -
HSV(B) 312.07º 0.96% 0.75% -
XYZ 27.39 13.56 31.75 -
YUV 78.77 170.46 208.05 -
System Red Green Blue C M Y K H S L
Decimal 191 7 154 0 0.96 0.19 0.25 312.07 0.93 0.39
Hex BF 7 9A 0 60 13 19 138 5D 27
Octal 277 7 232 0 140 23 31 470 135 47
Binary 10111111 111 10011010 0 1100000 10011 11001 100111000 1011101 100111

Color Harmonies of #BF079A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF079A

Black with #BF079A

Text Example


Text Example

White with #BF079A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF079A; }

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

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

background-color css

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

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

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

border-color css

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

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

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