Html Css Color HEX #BF058C Medium Violet Red

📋 copy color: '#BF058C'

red 191 ◦ green 5 ◦ blue 140

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

Shades of Medium Violet Red #BF058C

Tints of Medium Violet Red #BF058C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.67%

R = 56.85%
G = 1.49%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF058C (or 0xBF058C) is known color: Medium Violet Red. HEX triplet: BF, 05 and 8C. RGB value is (191,5,140). Sum of RGB (Red+Green+Blue) = 191+5+140=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF058C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF058C is #40FA73. Grayscale: #4B4B4B. Windows color (decimal): -4258420 or 9176511. OLE color: 9176511.

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

Color convert

RGB 191 5 140 -
CMYK 0 0.97 0.27 0.25
HSL 316.45º 0.95% 0.38% -
HSV(B) 316.45º 0.97% 0.75% -
XYZ 26.27 13.08 25.95 -
YUV 76 164.12 210.02 -
System Red Green Blue C M Y K H S L
Decimal 191 5 140 0 0.97 0.27 0.25 316.45 0.95 0.38
Hex BF 5 8C 0 61 1B 19 13C 5F 26
Octal 277 5 214 0 141 33 31 474 137 46
Binary 10111111 101 10001100 0 1100001 11011 11001 100111100 1011111 100110

Color Harmonies of #BF058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF058C

Black with #BF058C

Text Example


Text Example

White with #BF058C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF058C; }

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

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

background-color css

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

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

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

border-color css

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

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

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