Html Css Color HEX #BA248A Medium Red Violet

📋 copy color: '#BA248A'

red 186 ◦ green 36 ◦ blue 138

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

Shades of Medium Red Violet #BA248A

Tints of Medium Red Violet #BA248A

RGB

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

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

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

R = 51.67%
G = 10%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA248A (or 0xBA248A) is known color: Medium Red Violet. HEX triplet: BA, 24 and 8A. RGB value is (186,36,138). Sum of RGB (Red+Green+Blue) = 186+36+138=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA248A is #45DB75. Grayscale: #5C5C5C. Windows color (decimal): -4578166 or 9053370. OLE color: 9053370.

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

Color convert

RGB 186 36 138 -
CMYK 0 0.81 0.26 0.27
HSL 319.2º 0.68% 0.44% -
HSV(B) 319.2º 0.81% 0.73% -
XYZ 25.47 13.54 25.32 -
YUV 92.48 153.7 194.71 -
System Red Green Blue C M Y K H S L
Decimal 186 36 138 0 0.81 0.26 0.27 319.2 0.68 0.44
Hex BA 24 8A 0 51 1A 1B 13F 44 2C
Octal 272 44 212 0 121 32 33 477 104 54
Binary 10111010 100100 10001010 0 1010001 11010 11011 100111111 1000100 101100

Color Harmonies of #BA248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA248A

Black with #BA248A

Text Example


Text Example

White with #BA248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA248A; }

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

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

background-color css

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

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

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

border-color css

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

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

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