Html Css Color HEX #BA2F8A Medium Red Violet

📋 copy color: '#BA2F8A'

red 186 ◦ green 47 ◦ blue 138

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

Shades of Medium Red Violet #BA2F8A

Tints of Medium Red Violet #BA2F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.2%

R = 50.13%
G = 12.67%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA2F8A (or 0xBA2F8A) is known color: Medium Red Violet. HEX triplet: BA, 2F and 8A. RGB value is (186,47,138). Sum of RGB (Red+Green+Blue) = 186+47+138=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2F8A is #45D075. Grayscale: #626262. Windows color (decimal): -4575350 or 9056186. OLE color: 9056186.

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

Color convert

RGB 186 47 138 -
CMYK 0 0.75 0.26 0.27
HSL 320.72º 0.6% 0.46% -
HSV(B) 320.72º 0.75% 0.73% -
XYZ 25.85 14.31 25.44 -
YUV 98.94 150.05 190.1 -
System Red Green Blue C M Y K H S L
Decimal 186 47 138 0 0.75 0.26 0.27 320.72 0.6 0.46
Hex BA 2F 8A 0 4B 1A 1B 141 3C 2E
Octal 272 57 212 0 113 32 33 501 74 56
Binary 10111010 101111 10001010 0 1001011 11010 11011 101000001 111100 101110

Color Harmonies of #BA2F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F8A

Black with #BA2F8A

Text Example


Text Example

White with #BA2F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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