Html Css Color HEX #BA23A7 Medium Red Violet

📋 copy color: '#BA23A7'

red 186 ◦ green 35 ◦ blue 167

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

Shades of Medium Red Violet #BA23A7

Tints of Medium Red Violet #BA23A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 43.04%

R = 47.94%
G = 9.02%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA23A7 (or 0xBA23A7) is known color: Medium Red Violet. HEX triplet: BA, 23 and A7. RGB value is (186,35,167). Sum of RGB (Red+Green+Blue) = 186+35+167=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 167 (65.62% from 255 or 43.04% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA23A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA23A7 is #45DC58. Grayscale: #5E5E5E. Windows color (decimal): -4578393 or 10953658. OLE color: 10953658.

HSL color Cylindrical-coordinate representation of color #BA23A7: hue angle of 307.55º 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 #BA23A7 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 35 167 -
CMYK 0 0.81 0.10 0.27
HSL 307.55º 0.68% 0.43% -
HSV(B) 307.55º 0.81% 0.73% -
XYZ 27.83 14.43 37.88 -
YUV 95.2 168.53 192.77 -
System Red Green Blue C M Y K H S L
Decimal 186 35 167 0 0.81 0.10 0.27 307.55 0.68 0.43
Hex BA 23 A7 0 51 A 1B 134 44 2B
Octal 272 43 247 0 121 12 33 464 104 53
Binary 10111010 100011 10100111 0 1010001 1010 11011 100110100 1000100 101011

Color Harmonies of #BA23A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA23A7

Black with #BA23A7

Text Example


Text Example

White with #BA23A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA23A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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