Html Css Color HEX #BA2FA7 Medium Red Violet

📋 copy color: '#BA2FA7'

red 186 ◦ green 47 ◦ blue 167

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

Shades of Medium Red Violet #BA2FA7

Tints of Medium Red Violet #BA2FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.75%

R = 46.5%
G = 11.75%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA2FA7 (or 0xBA2FA7) is known color: Medium Red Violet. HEX triplet: BA, 2F and A7. RGB value is (186,47,167). Sum of RGB (Red+Green+Blue) = 186+47+167=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 167 (65.62% from 255 or 41.75% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2FA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2FA7 is #45D058. Grayscale: #656565. Windows color (decimal): -4575321 or 10956730. OLE color: 10956730.

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

Color convert

RGB 186 47 167 -
CMYK 0 0.75 0.10 0.27
HSL 308.2º 0.6% 0.46% -
HSV(B) 308.2º 0.75% 0.73% -
XYZ 28.24 15.26 38.02 -
YUV 102.24 164.55 187.74 -
System Red Green Blue C M Y K H S L
Decimal 186 47 167 0 0.75 0.10 0.27 308.2 0.6 0.46
Hex BA 2F A7 0 4B A 1B 134 3C 2E
Octal 272 57 247 0 113 12 33 464 74 56
Binary 10111010 101111 10100111 0 1001011 1010 11011 100110100 111100 101110

Color Harmonies of #BA2FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2FA7

Black with #BA2FA7

Text Example


Text Example

White with #BA2FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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