Html Css Color HEX #BA258C Medium Red Violet

📋 copy color: '#BA258C'

red 186 ◦ green 37 ◦ blue 140

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

Shades of Medium Red Violet #BA258C

Tints of Medium Red Violet #BA258C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.19%

 BLUE value IS 140 (55.08% from 255) = 38.57%

R = 51.24%
G = 10.19%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA258C (or 0xBA258C) is known color: Medium Red Violet. HEX triplet: BA, 25 and 8C. RGB value is (186,37,140). Sum of RGB (Red+Green+Blue) = 186+37+140=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA258C is #45DA73. Grayscale: #5D5D5D. Windows color (decimal): -4577908 or 9184698. OLE color: 9184698.

HSL color Cylindrical-coordinate representation of color #BA258C: hue angle of 318.52º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA258C is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 37 140 -
CMYK 0 0.80 0.25 0.27
HSL 318.52º 0.67% 0.44% -
HSV(B) 318.52º 0.8% 0.73% -
XYZ 25.64 13.66 26.1 -
YUV 93.29 154.36 194.12 -
System Red Green Blue C M Y K H S L
Decimal 186 37 140 0 0.80 0.25 0.27 318.52 0.67 0.44
Hex BA 25 8C 0 50 19 1B 13F 43 2C
Octal 272 45 214 0 120 31 33 477 103 54
Binary 10111010 100101 10001100 0 1010000 11001 11011 100111111 1000011 101100

Color Harmonies of #BA258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA258C

Black with #BA258C

Text Example


Text Example

White with #BA258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA258C; }

 p { color: rgb(186,37,140); }

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

background-color css

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

 a { background-color: rgb(186,37,140); }

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

border-color css

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

 span { border-color: rgb(186,37,140); }

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