Html Css Color HEX #BF11A0 Medium Violet Red

📋 copy color: '#BF11A0'

red 191 ◦ green 17 ◦ blue 160

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

Shades of Medium Violet Red #BF11A0

Tints of Medium Violet Red #BF11A0

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.62%

 BLUE value IS 160 (62.89% from 255) = 43.48%

R = 51.9%
G = 4.62%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF11A0 (or 0xBF11A0) is known color: Medium Violet Red. HEX triplet: BF, 11 and A0. RGB value is (191,17,160). Sum of RGB (Red+Green+Blue) = 191+17+160=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF11A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF11A0 is #40EE5F. Grayscale: #545454. Windows color (decimal): -4255328 or 10490303. OLE color: 10490303.

HSL color Cylindrical-coordinate representation of color #BF11A0: hue angle of 310.69º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF11A0 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 17 160 -
CMYK 0 0.91 0.16 0.25
HSL 310.69º 0.84% 0.41% -
HSV(B) 310.69º 0.91% 0.75% -
XYZ 28.03 14.02 34.49 -
YUV 85.33 170.15 203.37 -
System Red Green Blue C M Y K H S L
Decimal 191 17 160 0 0.91 0.16 0.25 310.69 0.84 0.41
Hex BF 11 A0 0 5B 10 19 137 54 29
Octal 277 21 240 0 133 20 31 467 124 51
Binary 10111111 10001 10100000 0 1011011 10000 11001 100110111 1010100 101001

Color Harmonies of #BF11A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF11A0

Black with #BF11A0

Text Example


Text Example

White with #BF11A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF11A0; }

 p { color: rgb(191,17,160); }

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

background-color css

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

 a { background-color: rgb(191,17,160); }

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

border-color css

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

 span { border-color: rgb(191,17,160); }

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