Html Css Color HEX #BF058D Medium Violet Red

📋 copy color: '#BF058D'

red 191 ◦ green 5 ◦ blue 141

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

Shades of Medium Violet Red #BF058D

Tints of Medium Violet Red #BF058D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.48%

 BLUE value IS 141 (55.47% from 255) = 41.84%

R = 56.68%
G = 1.48%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF058D (or 0xBF058D) is known color: Medium Violet Red. HEX triplet: BF, 05 and 8D. RGB value is (191,5,141). Sum of RGB (Red+Green+Blue) = 191+5+141=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF058D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF058D is #40FA72. Grayscale: #4B4B4B. Windows color (decimal): -4258419 or 9242047. OLE color: 9242047.

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

Color convert

RGB 191 5 141 -
CMYK 0 0.97 0.26 0.25
HSL 316.13º 0.95% 0.38% -
HSV(B) 316.13º 0.97% 0.75% -
XYZ 26.35 13.11 26.34 -
YUV 76.12 164.62 209.94 -
System Red Green Blue C M Y K H S L
Decimal 191 5 141 0 0.97 0.26 0.25 316.13 0.95 0.38
Hex BF 5 8D 0 61 1A 19 13C 5F 26
Octal 277 5 215 0 141 32 31 474 137 46
Binary 10111111 101 10001101 0 1100001 11010 11001 100111100 1011111 100110

Color Harmonies of #BF058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF058D

Black with #BF058D

Text Example


Text Example

White with #BF058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF058D; }

 p { color: rgb(191,5,141); }

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

background-color css

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

 a { background-color: rgb(191,5,141); }

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

border-color css

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

 span { border-color: rgb(191,5,141); }

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