Html Css Color HEX #BF049B Medium Violet Red

📋 copy color: '#BF049B'

red 191 ◦ green 4 ◦ blue 155

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

Shades of Medium Violet Red #BF049B

Tints of Medium Violet Red #BF049B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.29%

R = 54.57%
G = 1.14%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BF049B (or 0xBF049B) is known color: Medium Violet Red. HEX triplet: BF, 04 and 9B. RGB value is (191,4,155). Sum of RGB (Red+Green+Blue) = 191+4+155=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF049B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF049B is #40FB64. Grayscale: #4C4C4C. Windows color (decimal): -4258661 or 10159295. OLE color: 10159295.

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

Color convert

RGB 191 4 155 -
CMYK 0 0.98 0.19 0.25
HSL 311.55º 0.96% 0.38% -
HSV(B) 311.55º 0.98% 0.75% -
XYZ 27.45 13.53 32.18 -
YUV 77.13 171.95 209.22 -
System Red Green Blue C M Y K H S L
Decimal 191 4 155 0 0.98 0.19 0.25 311.55 0.96 0.38
Hex BF 4 9B 0 62 13 19 138 60 26
Octal 277 4 233 0 142 23 31 470 140 46
Binary 10111111 100 10011011 0 1100010 10011 11001 100111000 1100000 100110

Color Harmonies of #BF049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF049B

Black with #BF049B

Text Example


Text Example

White with #BF049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF049B; }

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

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

background-color css

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

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

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

border-color css

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

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

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