Html Css Color HEX #BF0774 Medium Violet Red

📋 copy color: '#BF0774'

red 191 ◦ green 7 ◦ blue 116

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

Shades of Medium Violet Red #BF0774

Tints of Medium Violet Red #BF0774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.94%

R = 60.83%
G = 2.23%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF0774 (or 0xBF0774) is known color: Medium Violet Red. HEX triplet: BF, 07 and 74. RGB value is (191,7,116). Sum of RGB (Red+Green+Blue) = 191+7+116=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0774 is #40F88B. Grayscale: #4A4A4A. Windows color (decimal): -4257932 or 7604159. OLE color: 7604159.

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

Color convert

RGB 191 7 116 -
CMYK 0 0.96 0.39 0.25
HSL 324.46º 0.93% 0.39% -
HSV(B) 324.46º 0.96% 0.75% -
XYZ 24.71 12.49 17.63 -
YUV 74.44 151.46 211.14 -
System Red Green Blue C M Y K H S L
Decimal 191 7 116 0 0.96 0.39 0.25 324.46 0.93 0.39
Hex BF 7 74 0 60 27 19 144 5D 27
Octal 277 7 164 0 140 47 31 504 135 47
Binary 10111111 111 1110100 0 1100000 100111 11001 101000100 1011101 100111

Color Harmonies of #BF0774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0774

Black with #BF0774

Text Example


Text Example

White with #BF0774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0774; }

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

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

background-color css

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

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

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

border-color css

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

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

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