Html Css Color HEX #BA107D Medium Violet Red

📋 copy color: '#BA107D'

red 186 ◦ green 16 ◦ blue 125

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

Shades of Medium Violet Red #BA107D

Tints of Medium Violet Red #BA107D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.89%

 BLUE value IS 125 (49.22% from 255) = 38.23%

R = 56.88%
G = 4.89%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA107D (or 0xBA107D) is known color: Medium Violet Red. HEX triplet: BA, 10 and 7D. RGB value is (186,16,125). Sum of RGB (Red+Green+Blue) = 186+16+125=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA107D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA107D is #45EF82. Grayscale: #4E4E4E. Windows color (decimal): -4583299 or 8196282. OLE color: 8196282.

HSL color Cylindrical-coordinate representation of color #BA107D: hue angle of 321.53º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA107D is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 16 125 -
CMYK 0 0.91 0.33 0.27
HSL 321.53º 0.84% 0.4% -
HSV(B) 321.53º 0.91% 0.73% -
XYZ 24.14 12.29 20.5 -
YUV 79.26 153.82 204.14 -
System Red Green Blue C M Y K H S L
Decimal 186 16 125 0 0.91 0.33 0.27 321.53 0.84 0.4
Hex BA 10 7D 0 5B 21 1B 142 54 28
Octal 272 20 175 0 133 41 33 502 124 50
Binary 10111010 10000 1111101 0 1011011 100001 11011 101000010 1010100 101000

Color Harmonies of #BA107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA107D

Black with #BA107D

Text Example


Text Example

White with #BA107D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA107D; }

 p { color: rgb(186,16,125); }

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

background-color css

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

 a { background-color: rgb(186,16,125); }

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

border-color css

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

 span { border-color: rgb(186,16,125); }

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