Html Css Color HEX #BF077C Medium Violet Red

📋 copy color: '#BF077C'

red 191 ◦ green 7 ◦ blue 124

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

Shades of Medium Violet Red #BF077C

Tints of Medium Violet Red #BF077C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.51%

R = 59.32%
G = 2.17%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF077C (or 0xBF077C) is known color: Medium Violet Red. HEX triplet: BF, 07 and 7C. RGB value is (191,7,124). Sum of RGB (Red+Green+Blue) = 191+7+124=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF077C is #40F883. Grayscale: #4B4B4B. Windows color (decimal): -4257924 or 8128447. OLE color: 8128447.

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

Color convert

RGB 191 7 124 -
CMYK 0 0.96 0.35 0.25
HSL 321.85º 0.93% 0.39% -
HSV(B) 321.85º 0.96% 0.75% -
XYZ 25.2 12.68 20.19 -
YUV 75.35 155.46 210.49 -
System Red Green Blue C M Y K H S L
Decimal 191 7 124 0 0.96 0.35 0.25 321.85 0.93 0.39
Hex BF 7 7C 0 60 23 19 142 5D 27
Octal 277 7 174 0 140 43 31 502 135 47
Binary 10111111 111 1111100 0 1100000 100011 11001 101000010 1011101 100111

Color Harmonies of #BF077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF077C

Black with #BF077C

Text Example


Text Example

White with #BF077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF077C; }

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

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

background-color css

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

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

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

border-color css

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

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

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