Html Css Color HEX #BA2F83 Medium Red Violet

📋 copy color: '#BA2F83'

red 186 ◦ green 47 ◦ blue 131

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

Shades of Medium Red Violet #BA2F83

Tints of Medium Red Violet #BA2F83

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.91%

 BLUE value IS 131 (51.56% from 255) = 35.99%

R = 51.1%
G = 12.91%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA2F83 (or 0xBA2F83) is known color: Medium Red Violet. HEX triplet: BA, 2F and 83. RGB value is (186,47,131). Sum of RGB (Red+Green+Blue) = 186+47+131=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2F83 is #45D07C. Grayscale: #616161. Windows color (decimal): -4575357 or 8597434. OLE color: 8597434.

HSL color Cylindrical-coordinate representation of color #BA2F83: hue angle of 323.74º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2F83 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 47 131 -
CMYK 0 0.75 0.30 0.27
HSL 323.74º 0.6% 0.46% -
HSV(B) 323.74º 0.75% 0.73% -
XYZ 25.36 14.11 22.86 -
YUV 98.14 146.55 190.67 -
System Red Green Blue C M Y K H S L
Decimal 186 47 131 0 0.75 0.30 0.27 323.74 0.6 0.46
Hex BA 2F 83 0 4B 1E 1B 144 3C 2E
Octal 272 57 203 0 113 36 33 504 74 56
Binary 10111010 101111 10000011 0 1001011 11110 11011 101000100 111100 101110

Color Harmonies of #BA2F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F83

Black with #BA2F83

Text Example


Text Example

White with #BA2F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F83; }

 p { color: rgb(186,47,131); }

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

background-color css

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

 a { background-color: rgb(186,47,131); }

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

border-color css

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

 span { border-color: rgb(186,47,131); }

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