Html Css Color HEX #BF14A6 Medium Violet Red

📋 copy color: '#BF14A6'

red 191 ◦ green 20 ◦ blue 166

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

Shades of Medium Violet Red #BF14A6

Tints of Medium Violet Red #BF14A6

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.31%

 BLUE value IS 166 (65.23% from 255) = 44.03%

R = 50.66%
G = 5.31%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BF14A6 (or 0xBF14A6) is known color: Medium Violet Red. HEX triplet: BF, 14 and A6. RGB value is (191,20,166). Sum of RGB (Red+Green+Blue) = 191+20+166=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF14A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF14A6 is #40EB59. Grayscale: #575757. Windows color (decimal): -4254554 or 10884287. OLE color: 10884287.

HSL color Cylindrical-coordinate representation of color #BF14A6: hue angle of 308.77º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF14A6 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 20 166 -
CMYK 0 0.90 0.13 0.25
HSL 308.77º 0.81% 0.41% -
HSV(B) 308.77º 0.9% 0.75% -
XYZ 28.62 14.33 37.33 -
YUV 87.77 172.15 201.63 -
System Red Green Blue C M Y K H S L
Decimal 191 20 166 0 0.90 0.13 0.25 308.77 0.81 0.41
Hex BF 14 A6 0 5A D 19 135 51 29
Octal 277 24 246 0 132 15 31 465 121 51
Binary 10111111 10100 10100110 0 1011010 1101 11001 100110101 1010001 101001

Color Harmonies of #BF14A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF14A6

Black with #BF14A6

Text Example


Text Example

White with #BF14A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF14A6; }

 p { color: rgb(191,20,166); }

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

background-color css

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

 a { background-color: rgb(191,20,166); }

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

border-color css

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

 span { border-color: rgb(191,20,166); }

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