Html Css Color HEX #BA3385 Medium Red Violet

📋 copy color: '#BA3385'

red 186 ◦ green 51 ◦ blue 133

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

Shades of Medium Red Violet #BA3385

Tints of Medium Red Violet #BA3385

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.78%

 BLUE value IS 133 (52.34% from 255) = 35.95%

R = 50.27%
G = 13.78%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA3385 (or 0xBA3385) is known color: Medium Red Violet. HEX triplet: BA, 33 and 85. RGB value is (186,51,133). Sum of RGB (Red+Green+Blue) = 186+51+133=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3385 is #45CC7A. Grayscale: #646464. Windows color (decimal): -4574331 or 8729530. OLE color: 8729530.

HSL color Cylindrical-coordinate representation of color #BA3385: hue angle of 323.56º degrees, saturation: 0.57, 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 #BA3385 is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 51 133 -
CMYK 0 0.73 0.28 0.27
HSL 323.56º 0.57% 0.46% -
HSV(B) 323.56º 0.73% 0.73% -
XYZ 25.67 14.5 23.64 -
YUV 100.71 146.23 188.83 -
System Red Green Blue C M Y K H S L
Decimal 186 51 133 0 0.73 0.28 0.27 323.56 0.57 0.46
Hex BA 33 85 0 49 1C 1B 144 39 2E
Octal 272 63 205 0 111 34 33 504 71 56
Binary 10111010 110011 10000101 0 1001001 11100 11011 101000100 111001 101110

Color Harmonies of #BA3385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3385

Black with #BA3385

Text Example


Text Example

White with #BA3385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3385; }

 p { color: rgb(186,51,133); }

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

background-color css

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

 a { background-color: rgb(186,51,133); }

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

border-color css

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

 span { border-color: rgb(186,51,133); }

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