Html Css Color HEX #BA2F8C Medium Red Violet

📋 copy color: '#BA2F8C'

red 186 ◦ green 47 ◦ blue 140

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

Shades of Medium Red Violet #BA2F8C

Tints of Medium Red Violet #BA2F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.53%

R = 49.87%
G = 12.6%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA2F8C (or 0xBA2F8C) is known color: Medium Red Violet. HEX triplet: BA, 2F and 8C. RGB value is (186,47,140). Sum of RGB (Red+Green+Blue) = 186+47+140=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 47 (18.75% from 255 or 12.60% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2F8C is #45D073. Grayscale: #626262. Windows color (decimal): -4575348 or 9187258. OLE color: 9187258.

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

Color convert

RGB 186 47 140 -
CMYK 0 0.75 0.25 0.27
HSL 319.86º 0.6% 0.46% -
HSV(B) 319.86º 0.75% 0.73% -
XYZ 26 14.37 26.21 -
YUV 99.16 151.05 189.94 -
System Red Green Blue C M Y K H S L
Decimal 186 47 140 0 0.75 0.25 0.27 319.86 0.6 0.46
Hex BA 2F 8C 0 4B 19 1B 140 3C 2E
Octal 272 57 214 0 113 31 33 500 74 56
Binary 10111010 101111 10001100 0 1001011 11001 11011 101000000 111100 101110

Color Harmonies of #BA2F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F8C

Black with #BA2F8C

Text Example


Text Example

White with #BA2F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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