Html Css Color HEX #BA0081 Medium Violet Red

📋 copy color: '#BA0081'

red 186 ◦ green 0 ◦ blue 129

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

Shades of Medium Violet Red #BA0081

Tints of Medium Violet Red #BA0081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.95%

R = 59.05%
G = 0%
B = 40.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA0081 (or 0xBA0081) is known color: Medium Violet Red. HEX triplet: BA, 00 and 81. RGB value is (186,0,129). Sum of RGB (Red+Green+Blue) = 186+0+129=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0081 is #45FF7E. Grayscale: #454545. Windows color (decimal): -4587391 or 8454330. OLE color: 8454330.

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

Color convert

RGB 186 0 129 -
CMYK 0 1 0.31 0.27
HSL 318.39º 1% 0.36% -
HSV(B) 318.39º 1% 0.73% -
XYZ 24.21 12.02 21.81 -
YUV 70.32 161.12 210.51 -
System Red Green Blue C M Y K H S L
Decimal 186 0 129 0 1 0.31 0.27 318.39 1 0.36
Hex BA 0 81 0 64 1F 1B 13E 64 24
Octal 272 0 201 0 144 37 33 476 144 44
Binary 10111010 0 10000001 0 1100100 11111 11011 100111110 1100100 100100

Color Harmonies of #BA0081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0081

Black with #BA0081

Text Example


Text Example

White with #BA0081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0081; }

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

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

background-color css

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

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

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

border-color css

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

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

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