Html Css Color HEX #BA246C Medium Red Violet

📋 copy color: '#BA246C'

red 186 ◦ green 36 ◦ blue 108

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

Shades of Medium Red Violet #BA246C

Tints of Medium Red Violet #BA246C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 56.36%
G = 10.91%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA246C (or 0xBA246C) is known color: Medium Red Violet. HEX triplet: BA, 24 and 6C. RGB value is (186,36,108). Sum of RGB (Red+Green+Blue) = 186+36+108=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA246C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA246C is #45DB93. Grayscale: #585858. Windows color (decimal): -4578196 or 7087290. OLE color: 7087290.

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

Color convert

RGB 186 36 108 -
CMYK 0 0.81 0.42 0.27
HSL 331.2º 0.68% 0.44% -
HSV(B) 331.2º 0.81% 0.73% -
XYZ 23.59 12.78 15.41 -
YUV 89.06 138.7 197.15 -
System Red Green Blue C M Y K H S L
Decimal 186 36 108 0 0.81 0.42 0.27 331.2 0.68 0.44
Hex BA 24 6C 0 51 2A 1B 14B 44 2C
Octal 272 44 154 0 121 52 33 513 104 54
Binary 10111010 100100 1101100 0 1010001 101010 11011 101001011 1000100 101100

Color Harmonies of #BA246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA246C

Black with #BA246C

Text Example


Text Example

White with #BA246C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA246C; }

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

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

background-color css

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

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

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

border-color css

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

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

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