Html Css Color HEX #BA217E Medium Violet Red

📋 copy color: '#BA217E'

red 186 ◦ green 33 ◦ blue 126

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

Shades of Medium Violet Red #BA217E

Tints of Medium Violet Red #BA217E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.52%

R = 53.91%
G = 9.57%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA217E (or 0xBA217E) is known color: Medium Violet Red. HEX triplet: BA, 21 and 7E. RGB value is (186,33,126). Sum of RGB (Red+Green+Blue) = 186+33+126=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA217E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA217E is #45DE81. Grayscale: #595959. Windows color (decimal): -4578946 or 8266170. OLE color: 8266170.

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

Color convert

RGB 186 33 126 -
CMYK 0 0.82 0.32 0.27
HSL 323.53º 0.7% 0.43% -
HSV(B) 323.53º 0.82% 0.73% -
XYZ 24.56 13.03 20.96 -
YUV 89.35 148.69 196.94 -
System Red Green Blue C M Y K H S L
Decimal 186 33 126 0 0.82 0.32 0.27 323.53 0.7 0.43
Hex BA 21 7E 0 52 20 1B 144 46 2B
Octal 272 41 176 0 122 40 33 504 106 53
Binary 10111010 100001 1111110 0 1010010 100000 11011 101000100 1000110 101011

Color Harmonies of #BA217E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA217E

Black with #BA217E

Text Example


Text Example

White with #BA217E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA217E; }

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

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

background-color css

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

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

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

border-color css

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

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

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