Html Css Color HEX #BF1AAB Medium Violet Red

📋 copy color: '#BF1AAB'

red 191 ◦ green 26 ◦ blue 171

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

Shades of Medium Violet Red #BF1AAB

Tints of Medium Violet Red #BF1AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.7%

 BLUE value IS 171 (67.19% from 255) = 44.07%

R = 49.23%
G = 6.7%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF1AAB (or 0xBF1AAB) is known color: Medium Violet Red. HEX triplet: BF, 1A and AB. RGB value is (191,26,171). Sum of RGB (Red+Green+Blue) = 191+26+171=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1AAB is #40E554. Grayscale: #5B5B5B. Windows color (decimal): -4253013 or 11213503. OLE color: 11213503.

HSL color Cylindrical-coordinate representation of color #BF1AAB: hue angle of 307.27º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1AAB is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 26 171 -
CMYK 0 0.86 0.10 0.25
HSL 307.27º 0.76% 0.43% -
HSV(B) 307.27º 0.86% 0.75% -
XYZ 29.21 14.76 39.84 -
YUV 91.87 172.66 198.71 -
System Red Green Blue C M Y K H S L
Decimal 191 26 171 0 0.86 0.10 0.25 307.27 0.76 0.43
Hex BF 1A AB 0 56 A 19 133 4C 2B
Octal 277 32 253 0 126 12 31 463 114 53
Binary 10111111 11010 10101011 0 1010110 1010 11001 100110011 1001100 101011

Color Harmonies of #BF1AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1AAB

Black with #BF1AAB

Text Example


Text Example

White with #BF1AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1AAB; }

 p { color: rgb(191,26,171); }

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

background-color css

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

 a { background-color: rgb(191,26,171); }

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

border-color css

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

 span { border-color: rgb(191,26,171); }

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