Html Css Color HEX #BA3288 Medium Red Violet

📋 copy color: '#BA3288'

red 186 ◦ green 50 ◦ blue 136

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

Shades of Medium Red Violet #BA3288

Tints of Medium Red Violet #BA3288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.44%

 BLUE value IS 136 (53.52% from 255) = 36.56%

R = 50%
G = 13.44%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA3288 (or 0xBA3288) is known color: Medium Red Violet. HEX triplet: BA, 32 and 88. RGB value is (186,50,136). Sum of RGB (Red+Green+Blue) = 186+50+136=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3288 is #45CD77. Grayscale: #646464. Windows color (decimal): -4574584 or 8925882. OLE color: 8925882.

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

Color convert

RGB 186 50 136 -
CMYK 0 0.73 0.27 0.27
HSL 322.06º 0.58% 0.46% -
HSV(B) 322.06º 0.73% 0.73% -
XYZ 25.83 14.5 24.73 -
YUV 100.47 148.06 189.01 -
System Red Green Blue C M Y K H S L
Decimal 186 50 136 0 0.73 0.27 0.27 322.06 0.58 0.46
Hex BA 32 88 0 49 1B 1B 142 3A 2E
Octal 272 62 210 0 111 33 33 502 72 56
Binary 10111010 110010 10001000 0 1001001 11011 11011 101000010 111010 101110

Color Harmonies of #BA3288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3288

Black with #BA3288

Text Example


Text Example

White with #BA3288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3288; }

 p { color: rgb(186,50,136); }

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

background-color css

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

 a { background-color: rgb(186,50,136); }

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

border-color css

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

 span { border-color: rgb(186,50,136); }

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