Html Css Color HEX #BF037D Medium Violet Red

📋 copy color: '#BF037D'

red 191 ◦ green 3 ◦ blue 125

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

Shades of Medium Violet Red #BF037D

Tints of Medium Violet Red #BF037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.18%

R = 59.87%
G = 0.94%
B = 39.18%

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

#BF037D (or 0xBF037D) is known color: Medium Violet Red. HEX triplet: BF, 03 and 7D. RGB value is (191,3,125). Sum of RGB (Red+Green+Blue) = 191+3+125=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF037D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF037D is #40FC82. Grayscale: #484848. Windows color (decimal): -4258947 or 8192959. OLE color: 8192959.

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

Color convert

RGB 191 3 125 -
CMYK 0 0.98 0.35 0.25
HSL 321.06º 0.97% 0.38% -
HSV(B) 321.06º 0.98% 0.75% -
XYZ 25.22 12.62 20.51 -
YUV 73.12 157.28 212.08 -
System Red Green Blue C M Y K H S L
Decimal 191 3 125 0 0.98 0.35 0.25 321.06 0.97 0.38
Hex BF 3 7D 0 62 23 19 141 61 26
Octal 277 3 175 0 142 43 31 501 141 46
Binary 10111111 11 1111101 0 1100010 100011 11001 101000001 1100001 100110

Color Harmonies of #BF037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF037D

Black with #BF037D

Text Example


Text Example

White with #BF037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF037D; }

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

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

background-color css

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

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

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

border-color css

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

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

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