Html Css Color HEX #BA217D Medium Violet Red

📋 copy color: '#BA217D'

red 186 ◦ green 33 ◦ blue 125

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

Shades of Medium Violet Red #BA217D

Tints of Medium Violet Red #BA217D

RGB

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

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

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

R = 54.07%
G = 9.59%
B = 36.34%

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

#BA217D (or 0xBA217D) is known color: Medium Violet Red. HEX triplet: BA, 21 and 7D. RGB value is (186,33,125). Sum of RGB (Red+Green+Blue) = 186+33+125=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA217D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA217D is #45DE82. Grayscale: #595959. Windows color (decimal): -4578947 or 8200634. OLE color: 8200634.

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

Color convert

RGB 186 33 125 -
CMYK 0 0.82 0.33 0.27
HSL 323.92º 0.7% 0.43% -
HSV(B) 323.92º 0.82% 0.73% -
XYZ 24.5 13.01 20.62 -
YUV 89.24 148.19 197.02 -
System Red Green Blue C M Y K H S L
Decimal 186 33 125 0 0.82 0.33 0.27 323.92 0.7 0.43
Hex BA 21 7D 0 52 21 1B 144 46 2B
Octal 272 41 175 0 122 41 33 504 106 53
Binary 10111010 100001 1111101 0 1010010 100001 11011 101000100 1000110 101011

Color Harmonies of #BA217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA217D

Black with #BA217D

Text Example


Text Example

White with #BA217D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA217D; }

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

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

background-color css

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

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

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

border-color css

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

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

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