Html Css Color HEX #BA027C Medium Violet Red

📋 copy color: '#BA027C'

red 186 ◦ green 2 ◦ blue 124

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

Shades of Medium Violet Red #BA027C

Tints of Medium Violet Red #BA027C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.74%

R = 59.62%
G = 0.64%
B = 39.74%

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

#BA027C (or 0xBA027C) is known color: Medium Violet Red. HEX triplet: BA, 02 and 7C. RGB value is (186,2,124). Sum of RGB (Red+Green+Blue) = 186+2+124=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA027C is #45FD83. Grayscale: #464646. Windows color (decimal): -4586884 or 8127162. OLE color: 8127162.

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

Color convert

RGB 186 2 124 -
CMYK 0 0.99 0.33 0.27
HSL 320.22º 0.98% 0.37% -
HSV(B) 320.22º 0.99% 0.73% -
XYZ 23.91 11.94 20.11 -
YUV 70.92 157.96 210.08 -
System Red Green Blue C M Y K H S L
Decimal 186 2 124 0 0.99 0.33 0.27 320.22 0.98 0.37
Hex BA 2 7C 0 63 21 1B 140 62 25
Octal 272 2 174 0 143 41 33 500 142 45
Binary 10111010 10 1111100 0 1100011 100001 11011 101000000 1100010 100101

Color Harmonies of #BA027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA027C

Black with #BA027C

Text Example


Text Example

White with #BA027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA027C; }

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

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

background-color css

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

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

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

border-color css

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

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

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