Html Css Color HEX #BA0398 Medium Violet Red

📋 copy color: '#BA0398'

red 186 ◦ green 3 ◦ blue 152

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

Shades of Medium Violet Red #BA0398

Tints of Medium Violet Red #BA0398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

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

R = 54.55%
G = 0.88%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA0398 (or 0xBA0398) is known color: Medium Violet Red. HEX triplet: BA, 03 and 98. RGB value is (186,3,152). Sum of RGB (Red+Green+Blue) = 186+3+152=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0398 is #45FC67. Grayscale: #4A4A4A. Windows color (decimal): -4586600 or 9962426. OLE color: 9962426.

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

Color convert

RGB 186 3 152 -
CMYK 0 0.98 0.18 0.27
HSL 311.15º 0.97% 0.37% -
HSV(B) 311.15º 0.98% 0.73% -
XYZ 25.95 12.77 30.8 -
YUV 74.7 171.63 207.38 -
System Red Green Blue C M Y K H S L
Decimal 186 3 152 0 0.98 0.18 0.27 311.15 0.97 0.37
Hex BA 3 98 0 62 12 1B 137 61 25
Octal 272 3 230 0 142 22 33 467 141 45
Binary 10111010 11 10011000 0 1100010 10010 11011 100110111 1100001 100101

Color Harmonies of #BA0398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0398

Black with #BA0398

Text Example


Text Example

White with #BA0398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0398; }

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

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

background-color css

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

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

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

border-color css

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

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

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