Html Css Color HEX #BA01A4 Medium Violet Red

📋 copy color: '#BA01A4'

red 186 ◦ green 1 ◦ blue 164

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

Shades of Medium Violet Red #BA01A4

Tints of Medium Violet Red #BA01A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 46.72%

R = 52.99%
G = 0.28%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BA01A4 (or 0xBA01A4) is known color: Medium Violet Red. HEX triplet: BA, 01 and A4. RGB value is (186,1,164). Sum of RGB (Red+Green+Blue) = 186+1+164=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 164 (64.45% from 255 or 46.72% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA01A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA01A4 is #45FE5B. Grayscale: #4A4A4A. Windows color (decimal): -4587100 or 10748346. OLE color: 10748346.

HSL color Cylindrical-coordinate representation of color #BA01A4: hue angle of 307.14º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA01A4 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 1 164 -
CMYK 0 0.99 0.12 0.27
HSL 307.14º 0.99% 0.37% -
HSV(B) 307.14º 0.99% 0.73% -
XYZ 26.96 13.14 36.24 -
YUV 74.9 178.29 207.25 -
System Red Green Blue C M Y K H S L
Decimal 186 1 164 0 0.99 0.12 0.27 307.14 0.99 0.37
Hex BA 1 A4 0 63 C 1B 133 63 25
Octal 272 1 244 0 143 14 33 463 143 45
Binary 10111010 1 10100100 0 1100011 1100 11011 100110011 1100011 100101

Color Harmonies of #BA01A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA01A4

Black with #BA01A4

Text Example


Text Example

White with #BA01A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA01A4; }

 p { color: rgb(186,1,164); }

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

background-color css

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

 a { background-color: rgb(186,1,164); }

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

border-color css

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

 span { border-color: rgb(186,1,164); }

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