Html Css Color HEX #BF047D Medium Violet Red

📋 copy color: '#BF047D'

red 191 ◦ green 4 ◦ blue 125

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

Shades of Medium Violet Red #BF047D

Tints of Medium Violet Red #BF047D

RGB

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

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

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

R = 59.69%
G = 1.25%
B = 39.06%

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

#BF047D (or 0xBF047D) is known color: Medium Violet Red. HEX triplet: BF, 04 and 7D. RGB value is (191,4,125). Sum of RGB (Red+Green+Blue) = 191+4+125=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF047D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF047D is #40FB82. Grayscale: #494949. Windows color (decimal): -4258691 or 8193215. OLE color: 8193215.

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

Color convert

RGB 191 4 125 -
CMYK 0 0.98 0.35 0.25
HSL 321.18º 0.96% 0.38% -
HSV(B) 321.18º 0.98% 0.75% -
XYZ 25.23 12.64 20.51 -
YUV 73.71 156.95 211.66 -
System Red Green Blue C M Y K H S L
Decimal 191 4 125 0 0.98 0.35 0.25 321.18 0.96 0.38
Hex BF 4 7D 0 62 23 19 141 60 26
Octal 277 4 175 0 142 43 31 501 140 46
Binary 10111111 100 1111101 0 1100010 100011 11001 101000001 1100000 100110

Color Harmonies of #BF047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF047D

Black with #BF047D

Text Example


Text Example

White with #BF047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF047D; }

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

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

background-color css

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

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

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

border-color css

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

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

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