Html Css Color HEX #BA23A2 Medium Red Violet

📋 copy color: '#BA23A2'

red 186 ◦ green 35 ◦ blue 162

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

Shades of Medium Red Violet #BA23A2

Tints of Medium Red Violet #BA23A2

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.14%

 BLUE value IS 162 (63.67% from 255) = 42.3%

R = 48.56%
G = 9.14%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA23A2 (or 0xBA23A2) is known color: Medium Red Violet. HEX triplet: BA, 23 and A2. RGB value is (186,35,162). Sum of RGB (Red+Green+Blue) = 186+35+162=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA23A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA23A2 is #45DC5D. Grayscale: #5E5E5E. Windows color (decimal): -4578398 or 10625978. OLE color: 10625978.

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

Color convert

RGB 186 35 162 -
CMYK 0 0.81 0.13 0.27
HSL 309.54º 0.68% 0.43% -
HSV(B) 309.54º 0.81% 0.73% -
XYZ 27.37 14.25 35.49 -
YUV 94.63 166.03 193.17 -
System Red Green Blue C M Y K H S L
Decimal 186 35 162 0 0.81 0.13 0.27 309.54 0.68 0.43
Hex BA 23 A2 0 51 D 1B 136 44 2B
Octal 272 43 242 0 121 15 33 466 104 53
Binary 10111010 100011 10100010 0 1010001 1101 11011 100110110 1000100 101011

Color Harmonies of #BA23A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA23A2

Black with #BA23A2

Text Example


Text Example

White with #BA23A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA23A2; }

 p { color: rgb(186,35,162); }

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

background-color css

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

 a { background-color: rgb(186,35,162); }

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

border-color css

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

 span { border-color: rgb(186,35,162); }

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