Html Css Color HEX #BF0772 Medium Violet Red

📋 copy color: '#BF0772'

red 191 ◦ green 7 ◦ blue 114

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

Shades of Medium Violet Red #BF0772

Tints of Medium Violet Red #BF0772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.54%

R = 61.22%
G = 2.24%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF0772 (or 0xBF0772) is known color: Medium Violet Red. HEX triplet: BF, 07 and 72. RGB value is (191,7,114). Sum of RGB (Red+Green+Blue) = 191+7+114=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0772 is #40F88D. Grayscale: #494949. Windows color (decimal): -4257934 or 7473087. OLE color: 7473087.

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

Color convert

RGB 191 7 114 -
CMYK 0 0.96 0.40 0.25
HSL 325.11º 0.93% 0.39% -
HSV(B) 325.11º 0.96% 0.75% -
XYZ 24.6 12.44 17.02 -
YUV 74.21 150.46 211.3 -
System Red Green Blue C M Y K H S L
Decimal 191 7 114 0 0.96 0.40 0.25 325.11 0.93 0.39
Hex BF 7 72 0 60 28 19 145 5D 27
Octal 277 7 162 0 140 50 31 505 135 47
Binary 10111111 111 1110010 0 1100000 101000 11001 101000101 1011101 100111

Color Harmonies of #BF0772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0772

Black with #BF0772

Text Example


Text Example

White with #BF0772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0772; }

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

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

background-color css

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

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

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

border-color css

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

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

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