Html Css Color HEX #BF077F Medium Violet Red

📋 copy color: '#BF077F'

red 191 ◦ green 7 ◦ blue 127

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

Shades of Medium Violet Red #BF077F

Tints of Medium Violet Red #BF077F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.08%

R = 58.77%
G = 2.15%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF077F (or 0xBF077F) is known color: Medium Violet Red. HEX triplet: BF, 07 and 7F. RGB value is (191,7,127). Sum of RGB (Red+Green+Blue) = 191+7+127=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF077F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF077F is #40F880. Grayscale: #4B4B4B. Windows color (decimal): -4257921 or 8325055. OLE color: 8325055.

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

Color convert

RGB 191 7 127 -
CMYK 0 0.96 0.34 0.25
HSL 320.87º 0.93% 0.39% -
HSV(B) 320.87º 0.96% 0.75% -
XYZ 25.39 12.76 21.2 -
YUV 75.7 156.96 210.24 -
System Red Green Blue C M Y K H S L
Decimal 191 7 127 0 0.96 0.34 0.25 320.87 0.93 0.39
Hex BF 7 7F 0 60 22 19 141 5D 27
Octal 277 7 177 0 140 42 31 501 135 47
Binary 10111111 111 1111111 0 1100000 100010 11001 101000001 1011101 100111

Color Harmonies of #BF077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF077F

Black with #BF077F

Text Example


Text Example

White with #BF077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF077F; }

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

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

background-color css

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

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

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

border-color css

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

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

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