Html Css Color HEX #BA248B Medium Red Violet

📋 copy color: '#BA248B'

red 186 ◦ green 36 ◦ blue 139

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

Shades of Medium Red Violet #BA248B

Tints of Medium Red Violet #BA248B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.5%

R = 51.52%
G = 9.97%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA248B (or 0xBA248B) is known color: Medium Red Violet. HEX triplet: BA, 24 and 8B. RGB value is (186,36,139). Sum of RGB (Red+Green+Blue) = 186+36+139=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA248B is #45DB74. Grayscale: #5C5C5C. Windows color (decimal): -4578165 or 9118906. OLE color: 9118906.

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

Color convert

RGB 186 36 139 -
CMYK 0 0.81 0.25 0.27
HSL 318.8º 0.68% 0.44% -
HSV(B) 318.8º 0.81% 0.73% -
XYZ 25.54 13.56 25.7 -
YUV 92.59 154.2 194.62 -
System Red Green Blue C M Y K H S L
Decimal 186 36 139 0 0.81 0.25 0.27 318.8 0.68 0.44
Hex BA 24 8B 0 51 19 1B 13F 44 2C
Octal 272 44 213 0 121 31 33 477 104 54
Binary 10111010 100100 10001011 0 1010001 11001 11011 100111111 1000100 101100

Color Harmonies of #BA248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA248B

Black with #BA248B

Text Example


Text Example

White with #BA248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA248B; }

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

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

background-color css

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

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

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

border-color css

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

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

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