Html Css Color HEX #BA258F Medium Red Violet

📋 copy color: '#BA258F'

red 186 ◦ green 37 ◦ blue 143

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

Shades of Medium Red Violet #BA258F

Tints of Medium Red Violet #BA258F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.07%

R = 50.82%
G = 10.11%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA258F (or 0xBA258F) is known color: Medium Red Violet. HEX triplet: BA, 25 and 8F. RGB value is (186,37,143). Sum of RGB (Red+Green+Blue) = 186+37+143=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA258F is #45DA70. Grayscale: #5D5D5D. Windows color (decimal): -4577905 or 9381306. OLE color: 9381306.

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

Color convert

RGB 186 37 143 -
CMYK 0 0.80 0.23 0.27
HSL 317.32º 0.67% 0.44% -
HSV(B) 317.32º 0.8% 0.73% -
XYZ 25.87 13.75 27.28 -
YUV 93.64 155.86 193.88 -
System Red Green Blue C M Y K H S L
Decimal 186 37 143 0 0.80 0.23 0.27 317.32 0.67 0.44
Hex BA 25 8F 0 50 17 1B 13D 43 2C
Octal 272 45 217 0 120 27 33 475 103 54
Binary 10111010 100101 10001111 0 1010000 10111 11011 100111101 1000011 101100

Color Harmonies of #BA258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA258F

Black with #BA258F

Text Example


Text Example

White with #BA258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA258F; }

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

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

background-color css

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

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

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

border-color css

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

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

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