Html Css Color HEX #BA1FAB Medium Violet Red

📋 copy color: '#BA1FAB'

red 186 ◦ green 31 ◦ blue 171

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

Shades of Medium Violet Red #BA1FAB

Tints of Medium Violet Red #BA1FAB

RGB

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

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

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

R = 47.94%
G = 7.99%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA1FAB (or 0xBA1FAB) is known color: Medium Violet Red. HEX triplet: BA, 1F and AB. RGB value is (186,31,171). Sum of RGB (Red+Green+Blue) = 186+31+171=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1FAB is #45E054. Grayscale: #5C5C5C. Windows color (decimal): -4579413 or 11214778. OLE color: 11214778.

HSL color Cylindrical-coordinate representation of color #BA1FAB: hue angle of 305.81º 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 #BA1FAB is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 31 171 -
CMYK 0 0.83 0.08 0.27
HSL 305.81º 0.71% 0.43% -
HSV(B) 305.81º 0.83% 0.73% -
XYZ 28.09 14.36 39.82 -
YUV 93.31 171.85 194.12 -
System Red Green Blue C M Y K H S L
Decimal 186 31 171 0 0.83 0.08 0.27 305.81 0.71 0.43
Hex BA 1F AB 0 53 8 1B 132 47 2B
Octal 272 37 253 0 123 10 33 462 107 53
Binary 10111010 11111 10101011 0 1010011 1000 11011 100110010 1000111 101011

Color Harmonies of #BA1FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1FAB

Black with #BA1FAB

Text Example


Text Example

White with #BA1FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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