Html Css Color HEX #BA07A5 Medium Violet Red

📋 copy color: '#BA07A5'

red 186 ◦ green 7 ◦ blue 165

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

Shades of Medium Violet Red #BA07A5

Tints of Medium Violet Red #BA07A5

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.96%

 BLUE value IS 165 (64.84% from 255) = 46.09%

R = 51.96%
G = 1.96%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA07A5 (or 0xBA07A5) is known color: Medium Violet Red. HEX triplet: BA, 07 and A5. RGB value is (186,7,165). Sum of RGB (Red+Green+Blue) = 186+7+165=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 165 (64.84% from 255 or 46.09% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA07A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA07A5 is #45F85A. Grayscale: #4E4E4E. Windows color (decimal): -4585563 or 10815418. OLE color: 10815418.

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

Color convert

RGB 186 7 165 -
CMYK 0 0.96 0.11 0.27
HSL 307.04º 0.93% 0.38% -
HSV(B) 307.04º 0.96% 0.73% -
XYZ 27.12 13.31 36.74 -
YUV 78.53 176.8 204.65 -
System Red Green Blue C M Y K H S L
Decimal 186 7 165 0 0.96 0.11 0.27 307.04 0.93 0.38
Hex BA 7 A5 0 60 B 1B 133 5D 26
Octal 272 7 245 0 140 13 33 463 135 46
Binary 10111010 111 10100101 0 1100000 1011 11011 100110011 1011101 100110

Color Harmonies of #BA07A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA07A5

Black with #BA07A5

Text Example


Text Example

White with #BA07A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA07A5; }

 p { color: rgb(186,7,165); }

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

background-color css

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

 a { background-color: rgb(186,7,165); }

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

border-color css

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

 span { border-color: rgb(186,7,165); }

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