Html Css Color HEX #BF047C Medium Violet Red

📋 copy color: '#BF047C'

red 191 ◦ green 4 ◦ blue 124

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

Shades of Medium Violet Red #BF047C

Tints of Medium Violet Red #BF047C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.25%

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

R = 59.87%
G = 1.25%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF047C (or 0xBF047C) is known color: Medium Violet Red. HEX triplet: BF, 04 and 7C. RGB value is (191,4,124). Sum of RGB (Red+Green+Blue) = 191+4+124=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF047C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF047C is #40FB83. Grayscale: #494949. Windows color (decimal): -4258692 or 8127679. OLE color: 8127679.

HSL color Cylindrical-coordinate representation of color #BF047C: hue angle of 321.5º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF047C is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 4 124 -
CMYK 0 0.98 0.35 0.25
HSL 321.5º 0.96% 0.38% -
HSV(B) 321.5º 0.98% 0.75% -
XYZ 25.17 12.62 20.18 -
YUV 73.59 156.45 211.74 -
System Red Green Blue C M Y K H S L
Decimal 191 4 124 0 0.98 0.35 0.25 321.5 0.96 0.38
Hex BF 4 7C 0 62 23 19 141 60 26
Octal 277 4 174 0 142 43 31 501 140 46
Binary 10111111 100 1111100 0 1100010 100011 11001 101000001 1100000 100110

Color Harmonies of #BF047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF047C

Black with #BF047C

Text Example


Text Example

White with #BF047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF047C; }

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

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

background-color css

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

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

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

border-color css

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

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

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