Html Css Color HEX #BA3498 Medium Red Violet

📋 copy color: '#BA3498'

red 186 ◦ green 52 ◦ blue 152

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

Shades of Medium Red Violet #BA3498

Tints of Medium Red Violet #BA3498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.33%

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

R = 47.69%
G = 13.33%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA3498 (or 0xBA3498) is known color: Medium Red Violet. HEX triplet: BA, 34 and 98. RGB value is (186,52,152). Sum of RGB (Red+Green+Blue) = 186+52+152=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3498 is #45CB67. Grayscale: #676767. Windows color (decimal): -4574056 or 9974970. OLE color: 9974970.

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

Color convert

RGB 186 52 152 -
CMYK 0 0.72 0.18 0.27
HSL 315.22º 0.56% 0.47% -
HSV(B) 315.22º 0.72% 0.73% -
XYZ 27.15 15.16 31.2 -
YUV 103.47 155.39 186.87 -
System Red Green Blue C M Y K H S L
Decimal 186 52 152 0 0.72 0.18 0.27 315.22 0.56 0.47
Hex BA 34 98 0 48 12 1B 13B 38 2F
Octal 272 64 230 0 110 22 33 473 70 57
Binary 10111010 110100 10011000 0 1001000 10010 11011 100111011 111000 101111

Color Harmonies of #BA3498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3498

Black with #BA3498

Text Example


Text Example

White with #BA3498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3498; }

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

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

background-color css

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

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

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

border-color css

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

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

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