Html Css Color HEX #BA246F Medium Red Violet

📋 copy color: '#BA246F'

red 186 ◦ green 36 ◦ blue 111

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

Shades of Medium Red Violet #BA246F

Tints of Medium Red Violet #BA246F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.81%

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 55.86%
G = 10.81%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA246F (or 0xBA246F) is known color: Medium Red Violet. HEX triplet: BA, 24 and 6F. RGB value is (186,36,111). Sum of RGB (Red+Green+Blue) = 186+36+111=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA246F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA246F is #45DB90. Grayscale: #595959. Windows color (decimal): -4578193 or 7283898. OLE color: 7283898.

HSL color Cylindrical-coordinate representation of color #BA246F: hue angle of 330º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA246F is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 36 111 -
CMYK 0 0.81 0.40 0.27
HSL 330º 0.68% 0.44% -
HSV(B) 330º 0.81% 0.73% -
XYZ 23.75 12.85 16.27 -
YUV 89.4 140.2 196.9 -
System Red Green Blue C M Y K H S L
Decimal 186 36 111 0 0.81 0.40 0.27 330 0.68 0.44
Hex BA 24 6F 0 51 28 1B 14A 44 2C
Octal 272 44 157 0 121 50 33 512 104 54
Binary 10111010 100100 1101111 0 1010001 101000 11011 101001010 1000100 101100

Color Harmonies of #BA246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA246F

Black with #BA246F

Text Example


Text Example

White with #BA246F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA246F; }

 p { color: rgb(186,36,111); }

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

background-color css

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

 a { background-color: rgb(186,36,111); }

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

border-color css

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

 span { border-color: rgb(186,36,111); }

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