Html Css Color HEX #BF037C Medium Violet Red

📋 copy color: '#BF037C'

red 191 ◦ green 3 ◦ blue 124

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

Shades of Medium Violet Red #BF037C

Tints of Medium Violet Red #BF037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.94%

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

R = 60.06%
G = 0.94%
B = 38.99%

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

#BF037C (or 0xBF037C) is known color: Medium Violet Red. HEX triplet: BF, 03 and 7C. RGB value is (191,3,124). Sum of RGB (Red+Green+Blue) = 191+3+124=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF037C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF037C is #40FC83. Grayscale: #484848. Windows color (decimal): -4258948 or 8127423. OLE color: 8127423.

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

Color convert

RGB 191 3 124 -
CMYK 0 0.98 0.35 0.25
HSL 321.38º 0.97% 0.38% -
HSV(B) 321.38º 0.98% 0.75% -
XYZ 25.16 12.6 20.17 -
YUV 73.01 156.78 212.16 -
System Red Green Blue C M Y K H S L
Decimal 191 3 124 0 0.98 0.35 0.25 321.38 0.97 0.38
Hex BF 3 7C 0 62 23 19 141 61 26
Octal 277 3 174 0 142 43 31 501 141 46
Binary 10111111 11 1111100 0 1100010 100011 11001 101000001 1100001 100110

Color Harmonies of #BF037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF037C

Black with #BF037C

Text Example


Text Example

White with #BF037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF037C; }

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

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

background-color css

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

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

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

border-color css

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

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

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