Html Css Color HEX #BA259B Medium Red Violet

📋 copy color: '#BA259B'

red 186 ◦ green 37 ◦ blue 155

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

Shades of Medium Red Violet #BA259B

Tints of Medium Red Violet #BA259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.01%

R = 49.21%
G = 9.79%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA259B (or 0xBA259B) is known color: Medium Red Violet. HEX triplet: BA, 25 and 9B. RGB value is (186,37,155). Sum of RGB (Red+Green+Blue) = 186+37+155=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA259B is #45DA64. Grayscale: #5E5E5E. Windows color (decimal): -4577893 or 10167738. OLE color: 10167738.

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

Color convert

RGB 186 37 155 -
CMYK 0 0.80 0.17 0.27
HSL 312.48º 0.67% 0.44% -
HSV(B) 312.48º 0.8% 0.73% -
XYZ 26.83 14.13 32.32 -
YUV 95 161.86 192.91 -
System Red Green Blue C M Y K H S L
Decimal 186 37 155 0 0.80 0.17 0.27 312.48 0.67 0.44
Hex BA 25 9B 0 50 11 1B 138 43 2C
Octal 272 45 233 0 120 21 33 470 103 54
Binary 10111010 100101 10011011 0 1010000 10001 11011 100111000 1000011 101100

Color Harmonies of #BA259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA259B

Black with #BA259B

Text Example


Text Example

White with #BA259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA259B; }

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

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

background-color css

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

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

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

border-color css

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

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

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