Html Css Color HEX #BA258A Medium Red Violet

📋 copy color: '#BA258A'

red 186 ◦ green 37 ◦ blue 138

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

Shades of Medium Red Violet #BA258A

Tints of Medium Red Violet #BA258A

RGB

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

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

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

R = 51.52%
G = 10.25%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA258A (or 0xBA258A) is known color: Medium Red Violet. HEX triplet: BA, 25 and 8A. RGB value is (186,37,138). Sum of RGB (Red+Green+Blue) = 186+37+138=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA258A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA258A is #45DA75. Grayscale: #5C5C5C. Windows color (decimal): -4577910 or 9053626. OLE color: 9053626.

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

Color convert

RGB 186 37 138 -
CMYK 0 0.80 0.26 0.27
HSL 319.33º 0.67% 0.44% -
HSV(B) 319.33º 0.8% 0.73% -
XYZ 25.5 13.6 25.33 -
YUV 93.07 153.36 194.29 -
System Red Green Blue C M Y K H S L
Decimal 186 37 138 0 0.80 0.26 0.27 319.33 0.67 0.44
Hex BA 25 8A 0 50 1A 1B 13F 43 2C
Octal 272 45 212 0 120 32 33 477 103 54
Binary 10111010 100101 10001010 0 1010000 11010 11011 100111111 1000011 101100

Color Harmonies of #BA258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA258A

Black with #BA258A

Text Example


Text Example

White with #BA258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA258A; }

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

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

background-color css

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

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

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

border-color css

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

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

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