Html Css Color HEX #BA238F Medium Red Violet

📋 copy color: '#BA238F'

red 186 ◦ green 35 ◦ blue 143

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

Shades of Medium Red Violet #BA238F

Tints of Medium Red Violet #BA238F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.62%

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

R = 51.1%
G = 9.62%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA238F (or 0xBA238F) is known color: Medium Red Violet. HEX triplet: BA, 23 and 8F. RGB value is (186,35,143). Sum of RGB (Red+Green+Blue) = 186+35+143=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA238F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA238F is #45DC70. Grayscale: #5C5C5C. Windows color (decimal): -4578417 or 9380794. OLE color: 9380794.

HSL color Cylindrical-coordinate representation of color #BA238F: hue angle of 317.09º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA238F is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 35 143 -
CMYK 0 0.81 0.23 0.27
HSL 317.09º 0.68% 0.43% -
HSV(B) 317.09º 0.81% 0.73% -
XYZ 25.81 13.62 27.26 -
YUV 92.46 156.53 194.72 -
System Red Green Blue C M Y K H S L
Decimal 186 35 143 0 0.81 0.23 0.27 317.09 0.68 0.43
Hex BA 23 8F 0 51 17 1B 13D 44 2B
Octal 272 43 217 0 121 27 33 475 104 53
Binary 10111010 100011 10001111 0 1010001 10111 11011 100111101 1000100 101011

Color Harmonies of #BA238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA238F

Black with #BA238F

Text Example


Text Example

White with #BA238F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA238F; }

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

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

background-color css

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

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

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

border-color css

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

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

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