Html Css Color HEX #BA1DA7 Medium Violet Red

📋 copy color: '#BA1DA7'

red 186 ◦ green 29 ◦ blue 167

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

Shades of Medium Violet Red #BA1DA7

Tints of Medium Violet Red #BA1DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 43.72%

R = 48.69%
G = 7.59%
B = 43.72%

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

#BA1DA7 (or 0xBA1DA7) is known color: Medium Violet Red. HEX triplet: BA, 1D and A7. RGB value is (186,29,167). Sum of RGB (Red+Green+Blue) = 186+29+167=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 167 (65.62% from 255 or 43.72% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1DA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1DA7 is #45E258. Grayscale: #5B5B5B. Windows color (decimal): -4579929 or 10952122. OLE color: 10952122.

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

Color convert

RGB 186 29 167 -
CMYK 0 0.84 0.10 0.27
HSL 307.26º 0.73% 0.42% -
HSV(B) 307.26º 0.84% 0.73% -
XYZ 27.66 14.11 37.82 -
YUV 91.68 170.51 195.28 -
System Red Green Blue C M Y K H S L
Decimal 186 29 167 0 0.84 0.10 0.27 307.26 0.73 0.42
Hex BA 1D A7 0 54 A 1B 133 49 2A
Octal 272 35 247 0 124 12 33 463 111 52
Binary 10111010 11101 10100111 0 1010100 1010 11011 100110011 1001001 101010

Color Harmonies of #BA1DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1DA7

Black with #BA1DA7

Text Example


Text Example

White with #BA1DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1DA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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