Html Css Color HEX #BA1DA6 Medium Violet Red

📋 copy color: '#BA1DA6'

red 186 ◦ green 29 ◦ blue 166

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

Shades of Medium Violet Red #BA1DA6

Tints of Medium Violet Red #BA1DA6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.61%

 BLUE value IS 166 (65.23% from 255) = 43.57%

R = 48.82%
G = 7.61%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA1DA6 (or 0xBA1DA6) is known color: Medium Violet Red. HEX triplet: BA, 1D and A6. RGB value is (186,29,166). Sum of RGB (Red+Green+Blue) = 186+29+166=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1DA6 is #45E259. Grayscale: #5B5B5B. Windows color (decimal): -4579930 or 10886586. OLE color: 10886586.

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

Color convert

RGB 186 29 166 -
CMYK 0 0.84 0.11 0.27
HSL 307.64º 0.73% 0.42% -
HSV(B) 307.64º 0.84% 0.73% -
XYZ 27.57 14.07 37.34 -
YUV 91.56 170.01 195.36 -
System Red Green Blue C M Y K H S L
Decimal 186 29 166 0 0.84 0.11 0.27 307.64 0.73 0.42
Hex BA 1D A6 0 54 B 1B 134 49 2A
Octal 272 35 246 0 124 13 33 464 111 52
Binary 10111010 11101 10100110 0 1010100 1011 11011 100110100 1001001 101010

Color Harmonies of #BA1DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1DA6

Black with #BA1DA6

Text Example


Text Example

White with #BA1DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1DA6; }

 p { color: rgb(186,29,166); }

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

background-color css

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

 a { background-color: rgb(186,29,166); }

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

border-color css

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

 span { border-color: rgb(186,29,166); }

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