Html Css Color HEX #BF1AAA Medium Violet Red

📋 copy color: '#BF1AAA'

red 191 ◦ green 26 ◦ blue 170

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

Shades of Medium Violet Red #BF1AAA

Tints of Medium Violet Red #BF1AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.93%

R = 49.35%
G = 6.72%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF1AAA (or 0xBF1AAA) is known color: Medium Violet Red. HEX triplet: BF, 1A and AA. RGB value is (191,26,170). Sum of RGB (Red+Green+Blue) = 191+26+170=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 26 (10.55% from 255 or 6.72% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1AAA is #40E555. Grayscale: #5B5B5B. Windows color (decimal): -4253014 or 11147967. OLE color: 11147967.

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

Color convert

RGB 191 26 170 -
CMYK 0 0.86 0.11 0.25
HSL 307.64º 0.76% 0.43% -
HSV(B) 307.64º 0.86% 0.75% -
XYZ 29.11 14.72 39.34 -
YUV 91.75 172.16 198.79 -
System Red Green Blue C M Y K H S L
Decimal 191 26 170 0 0.86 0.11 0.25 307.64 0.76 0.43
Hex BF 1A AA 0 56 B 19 134 4C 2B
Octal 277 32 252 0 126 13 31 464 114 53
Binary 10111111 11010 10101010 0 1010110 1011 11001 100110100 1001100 101011

Color Harmonies of #BF1AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1AAA

Black with #BF1AAA

Text Example


Text Example

White with #BF1AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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