Html Css Color HEX #BF01A1 Medium Violet Red

📋 copy color: '#BF01A1'

red 191 ◦ green 1 ◦ blue 161

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

Shades of Medium Violet Red #BF01A1

Tints of Medium Violet Red #BF01A1

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 161 (63.28% from 255) = 45.61%

R = 54.11%
G = 0.28%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF01A1 (or 0xBF01A1) is known color: Medium Violet Red. HEX triplet: BF, 01 and A1. RGB value is (191,1,161). Sum of RGB (Red+Green+Blue) = 191+1+161=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF01A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF01A1 is #40FE5E. Grayscale: #4B4B4B. Windows color (decimal): -4259423 or 10551743. OLE color: 10551743.

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

Color convert

RGB 191 1 161 -
CMYK 0 0.99 0.16 0.25
HSL 309.47º 0.99% 0.38% -
HSV(B) 309.47º 0.99% 0.75% -
XYZ 27.93 13.67 34.88 -
YUV 76.05 175.95 209.99 -
System Red Green Blue C M Y K H S L
Decimal 191 1 161 0 0.99 0.16 0.25 309.47 0.99 0.38
Hex BF 1 A1 0 63 10 19 135 63 26
Octal 277 1 241 0 143 20 31 465 143 46
Binary 10111111 1 10100001 0 1100011 10000 11001 100110101 1100011 100110

Color Harmonies of #BF01A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF01A1

Black with #BF01A1

Text Example


Text Example

White with #BF01A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF01A1; }

 p { color: rgb(191,1,161); }

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

background-color css

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

 a { background-color: rgb(191,1,161); }

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

border-color css

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

 span { border-color: rgb(191,1,161); }

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