Html Css Color HEX #BA1DA8 Medium Violet Red

📋 copy color: '#BA1DA8'

red 186 ◦ green 29 ◦ blue 168

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

Shades of Medium Violet Red #BA1DA8

Tints of Medium Violet Red #BA1DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.86%

R = 48.56%
G = 7.57%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA1DA8 (or 0xBA1DA8) is known color: Medium Violet Red. HEX triplet: BA, 1D and A8. RGB value is (186,29,168). Sum of RGB (Red+Green+Blue) = 186+29+168=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 168 (66.02% from 255 or 43.86% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1DA8 is #45E257. Grayscale: #5B5B5B. Windows color (decimal): -4579928 or 11017658. OLE color: 11017658.

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

Color convert

RGB 186 29 168 -
CMYK 0 0.84 0.10 0.27
HSL 306.88º 0.73% 0.42% -
HSV(B) 306.88º 0.84% 0.73% -
XYZ 27.76 14.14 38.31 -
YUV 91.79 171.01 195.2 -
System Red Green Blue C M Y K H S L
Decimal 186 29 168 0 0.84 0.10 0.27 306.88 0.73 0.42
Hex BA 1D A8 0 54 A 1B 133 49 2A
Octal 272 35 250 0 124 12 33 463 111 52
Binary 10111010 11101 10101000 0 1010100 1010 11011 100110011 1001001 101010

Color Harmonies of #BA1DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1DA8

Black with #BA1DA8

Text Example


Text Example

White with #BA1DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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