Html Css Color HEX #BA217C Medium Violet Red

📋 copy color: '#BA217C'

red 186 ◦ green 33 ◦ blue 124

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

Shades of Medium Violet Red #BA217C

Tints of Medium Violet Red #BA217C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.62%

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

R = 54.23%
G = 9.62%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA217C (or 0xBA217C) is known color: Medium Violet Red. HEX triplet: BA, 21 and 7C. RGB value is (186,33,124). Sum of RGB (Red+Green+Blue) = 186+33+124=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA217C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA217C is #45DE83. Grayscale: #585858. Windows color (decimal): -4578948 or 8135098. OLE color: 8135098.

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

Color convert

RGB 186 33 124 -
CMYK 0 0.82 0.33 0.27
HSL 324.31º 0.7% 0.43% -
HSV(B) 324.31º 0.82% 0.73% -
XYZ 24.43 12.98 20.29 -
YUV 89.12 147.69 197.1 -
System Red Green Blue C M Y K H S L
Decimal 186 33 124 0 0.82 0.33 0.27 324.31 0.7 0.43
Hex BA 21 7C 0 52 21 1B 144 46 2B
Octal 272 41 174 0 122 41 33 504 106 53
Binary 10111010 100001 1111100 0 1010010 100001 11011 101000100 1000110 101011

Color Harmonies of #BA217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA217C

Black with #BA217C

Text Example


Text Example

White with #BA217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA217C; }

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

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

background-color css

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

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

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

border-color css

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

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

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