Html Css Color HEX #BA1298 Medium Violet Red

📋 copy color: '#BA1298'

red 186 ◦ green 18 ◦ blue 152

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

Shades of Medium Violet Red #BA1298

Tints of Medium Violet Red #BA1298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.06%

 BLUE value IS 152 (59.77% from 255) = 42.7%

R = 52.25%
G = 5.06%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA1298 (or 0xBA1298) is known color: Medium Violet Red. HEX triplet: BA, 12 and 98. RGB value is (186,18,152). Sum of RGB (Red+Green+Blue) = 186+18+152=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1298 is #45ED67. Grayscale: #535353. Windows color (decimal): -4582760 or 9966266. OLE color: 9966266.

HSL color Cylindrical-coordinate representation of color #BA1298: hue angle of 312.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1298 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 18 152 -
CMYK 0 0.90 0.18 0.27
HSL 312.14º 0.82% 0.4% -
HSV(B) 312.14º 0.9% 0.73% -
XYZ 26.13 13.14 30.86 -
YUV 83.51 166.66 201.1 -
System Red Green Blue C M Y K H S L
Decimal 186 18 152 0 0.90 0.18 0.27 312.14 0.82 0.4
Hex BA 12 98 0 5A 12 1B 138 52 28
Octal 272 22 230 0 132 22 33 470 122 50
Binary 10111010 10010 10011000 0 1011010 10010 11011 100111000 1010010 101000

Color Harmonies of #BA1298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1298

Black with #BA1298

Text Example


Text Example

White with #BA1298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1298; }

 p { color: rgb(186,18,152); }

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

background-color css

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

 a { background-color: rgb(186,18,152); }

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

border-color css

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

 span { border-color: rgb(186,18,152); }

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