Html Css Color HEX #BA207D Medium Violet Red

📋 copy color: '#BA207D'

red 186 ◦ green 32 ◦ blue 125

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

Shades of Medium Violet Red #BA207D

Tints of Medium Violet Red #BA207D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.33%

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

R = 54.23%
G = 9.33%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA207D (or 0xBA207D) is known color: Medium Violet Red. HEX triplet: BA, 20 and 7D. RGB value is (186,32,125). Sum of RGB (Red+Green+Blue) = 186+32+125=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA207D is #45DF82. Grayscale: #585858. Windows color (decimal): -4579203 or 8200378. OLE color: 8200378.

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

Color convert

RGB 186 32 125 -
CMYK 0 0.83 0.33 0.27
HSL 323.77º 0.71% 0.43% -
HSV(B) 323.77º 0.83% 0.73% -
XYZ 24.47 12.95 20.61 -
YUV 88.65 148.52 197.44 -
System Red Green Blue C M Y K H S L
Decimal 186 32 125 0 0.83 0.33 0.27 323.77 0.71 0.43
Hex BA 20 7D 0 53 21 1B 144 47 2B
Octal 272 40 175 0 123 41 33 504 107 53
Binary 10111010 100000 1111101 0 1010011 100001 11011 101000100 1000111 101011

Color Harmonies of #BA207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA207D

Black with #BA207D

Text Example


Text Example

White with #BA207D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA207D; }

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

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

background-color css

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

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

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

border-color css

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

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

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