Html Css Color HEX #BA009C Medium Violet Red

📋 copy color: '#BA009C'

red 186 ◦ green 0 ◦ blue 156

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

Shades of Medium Violet Red #BA009C

Tints of Medium Violet Red #BA009C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 156 (61.33% from 255) = 45.61%

R = 54.39%
G = 0%
B = 45.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA009C (or 0xBA009C) is known color: Medium Violet Red. HEX triplet: BA, 00 and 9C. RGB value is (186,0,156). Sum of RGB (Red+Green+Blue) = 186+0+156=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA009C is #45FF63. Grayscale: #484848. Windows color (decimal): -4587364 or 10223802. OLE color: 10223802.

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

Color convert

RGB 186 0 156 -
CMYK 0 1 0.16 0.27
HSL 309.68º 1% 0.36% -
HSV(B) 309.68º 1% 0.73% -
XYZ 26.25 12.84 32.55 -
YUV 73.4 174.62 208.32 -
System Red Green Blue C M Y K H S L
Decimal 186 0 156 0 1 0.16 0.27 309.68 1 0.36
Hex BA 0 9C 0 64 10 1B 136 64 24
Octal 272 0 234 0 144 20 33 466 144 44
Binary 10111010 0 10011100 0 1100100 10000 11011 100110110 1100100 100100

Color Harmonies of #BA009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA009C

Black with #BA009C

Text Example


Text Example

White with #BA009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA009C; }

 p { color: rgb(186,0,156); }

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

background-color css

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

 a { background-color: rgb(186,0,156); }

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

border-color css

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

 span { border-color: rgb(186,0,156); }

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