Html Css Color HEX #BA2F7E Medium Red Violet

📋 copy color: '#BA2F7E'

red 186 ◦ green 47 ◦ blue 126

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

Shades of Medium Red Violet #BA2F7E

Tints of Medium Red Violet #BA2F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.1%

R = 51.81%
G = 13.09%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA2F7E (or 0xBA2F7E) is known color: Medium Red Violet. HEX triplet: BA, 2F and 7E. RGB value is (186,47,126). Sum of RGB (Red+Green+Blue) = 186+47+126=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2F7E is #45D081. Grayscale: #616161. Windows color (decimal): -4575362 or 8269754. OLE color: 8269754.

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

Color convert

RGB 186 47 126 -
CMYK 0 0.75 0.32 0.27
HSL 325.9º 0.6% 0.46% -
HSV(B) 325.9º 0.75% 0.73% -
XYZ 25.03 13.98 21.12 -
YUV 97.57 144.05 191.08 -
System Red Green Blue C M Y K H S L
Decimal 186 47 126 0 0.75 0.32 0.27 325.9 0.6 0.46
Hex BA 2F 7E 0 4B 20 1B 146 3C 2E
Octal 272 57 176 0 113 40 33 506 74 56
Binary 10111010 101111 1111110 0 1001011 100000 11011 101000110 111100 101110

Color Harmonies of #BA2F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F7E

Black with #BA2F7E

Text Example


Text Example

White with #BA2F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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