Html Css Color HEX #BA1FA6 Medium Violet Red

📋 copy color: '#BA1FA6'

red 186 ◦ green 31 ◦ blue 166

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

Shades of Medium Violet Red #BA1FA6

Tints of Medium Violet Red #BA1FA6

RGB

 RED value IS 186 (73.05% from 255) = 48.56%

 GREEN value IS 31 (12.5% from 255) = 8.09%

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

R = 48.56%
G = 8.09%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA1FA6 (or 0xBA1FA6) is known color: Medium Violet Red. HEX triplet: BA, 1F and A6. RGB value is (186,31,166). Sum of RGB (Red+Green+Blue) = 186+31+166=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 166 (65.23% from 255 or 43.34% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1FA6 is #45E059. Grayscale: #5C5C5C. Windows color (decimal): -4579418 or 10887098. OLE color: 10887098.

HSL color Cylindrical-coordinate representation of color #BA1FA6: hue angle of 307.74º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA1FA6 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 31 166 -
CMYK 0 0.83 0.11 0.27
HSL 307.74º 0.71% 0.43% -
HSV(B) 307.74º 0.83% 0.73% -
XYZ 27.62 14.17 37.36 -
YUV 92.74 169.35 194.52 -
System Red Green Blue C M Y K H S L
Decimal 186 31 166 0 0.83 0.11 0.27 307.74 0.71 0.43
Hex BA 1F A6 0 53 B 1B 134 47 2B
Octal 272 37 246 0 123 13 33 464 107 53
Binary 10111010 11111 10100110 0 1010011 1011 11011 100110100 1000111 101011

Color Harmonies of #BA1FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1FA6

Black with #BA1FA6

Text Example


Text Example

White with #BA1FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1FA6; }

 p { color: rgb(186,31,166); }

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

background-color css

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

 a { background-color: rgb(186,31,166); }

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

border-color css

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

 span { border-color: rgb(186,31,166); }

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