Html Css Color HEX #BA027D Medium Violet Red

📋 copy color: '#BA027D'

red 186 ◦ green 2 ◦ blue 125

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

Shades of Medium Violet Red #BA027D

Tints of Medium Violet Red #BA027D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 59.42%
G = 0.64%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA027D (or 0xBA027D) is known color: Medium Violet Red. HEX triplet: BA, 02 and 7D. RGB value is (186,2,125). Sum of RGB (Red+Green+Blue) = 186+2+125=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA027D is #45FD82. Grayscale: #464646. Windows color (decimal): -4586883 or 8192698. OLE color: 8192698.

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

Color convert

RGB 186 2 125 -
CMYK 0 0.99 0.33 0.27
HSL 319.89º 0.98% 0.37% -
HSV(B) 319.89º 0.99% 0.73% -
XYZ 23.97 11.96 20.45 -
YUV 71.04 158.46 210 -
System Red Green Blue C M Y K H S L
Decimal 186 2 125 0 0.99 0.33 0.27 319.89 0.98 0.37
Hex BA 2 7D 0 63 21 1B 140 62 25
Octal 272 2 175 0 143 41 33 500 142 45
Binary 10111010 10 1111101 0 1100011 100001 11011 101000000 1100010 100101

Color Harmonies of #BA027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA027D

Black with #BA027D

Text Example


Text Example

White with #BA027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA027D; }

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

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

background-color css

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

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

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

border-color css

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

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

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