Html Css Color HEX #BA259D Medium Red Violet

📋 copy color: '#BA259D'

red 186 ◦ green 37 ◦ blue 157

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

Shades of Medium Red Violet #BA259D

Tints of Medium Red Violet #BA259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.32%

R = 48.95%
G = 9.74%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA259D (or 0xBA259D) is known color: Medium Red Violet. HEX triplet: BA, 25 and 9D. RGB value is (186,37,157). Sum of RGB (Red+Green+Blue) = 186+37+157=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA259D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA259D is #45DA62. Grayscale: #5E5E5E. Windows color (decimal): -4577891 or 10298810. OLE color: 10298810.

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

Color convert

RGB 186 37 157 -
CMYK 0 0.80 0.16 0.27
HSL 311.68º 0.67% 0.44% -
HSV(B) 311.68º 0.8% 0.73% -
XYZ 27 14.2 33.22 -
YUV 95.23 162.86 192.74 -
System Red Green Blue C M Y K H S L
Decimal 186 37 157 0 0.80 0.16 0.27 311.68 0.67 0.44
Hex BA 25 9D 0 50 10 1B 138 43 2C
Octal 272 45 235 0 120 20 33 470 103 54
Binary 10111010 100101 10011101 0 1010000 10000 11011 100111000 1000011 101100

Color Harmonies of #BA259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA259D

Black with #BA259D

Text Example


Text Example

White with #BA259D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA259D; }

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

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

background-color css

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

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

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

border-color css

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

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

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