Html Css Color HEX #BF11A8 Medium Violet Red

📋 copy color: '#BF11A8'

red 191 ◦ green 17 ◦ blue 168

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

Shades of Medium Violet Red #BF11A8

Tints of Medium Violet Red #BF11A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.68%

R = 50.8%
G = 4.52%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF11A8 (or 0xBF11A8) is known color: Medium Violet Red. HEX triplet: BF, 11 and A8. RGB value is (191,17,168). Sum of RGB (Red+Green+Blue) = 191+17+168=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF11A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF11A8 is #40EE57. Grayscale: #555555. Windows color (decimal): -4255320 or 11014591. OLE color: 11014591.

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

Color convert

RGB 191 17 168 -
CMYK 0 0.91 0.12 0.25
HSL 307.93º 0.84% 0.41% -
HSV(B) 307.93º 0.91% 0.75% -
XYZ 28.75 14.3 38.29 -
YUV 86.24 174.15 202.72 -
System Red Green Blue C M Y K H S L
Decimal 191 17 168 0 0.91 0.12 0.25 307.93 0.84 0.41
Hex BF 11 A8 0 5B C 19 134 54 29
Octal 277 21 250 0 133 14 31 464 124 51
Binary 10111111 10001 10101000 0 1011011 1100 11001 100110100 1010100 101001

Color Harmonies of #BF11A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF11A8

Black with #BF11A8

Text Example


Text Example

White with #BF11A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF11A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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