Html Css Color HEX #BA238D Medium Red Violet

📋 copy color: '#BA238D'

red 186 ◦ green 35 ◦ blue 141

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

Shades of Medium Red Violet #BA238D

Tints of Medium Red Violet #BA238D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.95%

R = 51.38%
G = 9.67%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA238D (or 0xBA238D) is known color: Medium Red Violet. HEX triplet: BA, 23 and 8D. RGB value is (186,35,141). Sum of RGB (Red+Green+Blue) = 186+35+141=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA238D is #45DC72. Grayscale: #5B5B5B. Windows color (decimal): -4578419 or 9249722. OLE color: 9249722.

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

Color convert

RGB 186 35 141 -
CMYK 0 0.81 0.24 0.27
HSL 317.88º 0.68% 0.43% -
HSV(B) 317.88º 0.81% 0.73% -
XYZ 25.66 13.56 26.47 -
YUV 92.23 155.53 194.88 -
System Red Green Blue C M Y K H S L
Decimal 186 35 141 0 0.81 0.24 0.27 317.88 0.68 0.43
Hex BA 23 8D 0 51 18 1B 13E 44 2B
Octal 272 43 215 0 121 30 33 476 104 53
Binary 10111010 100011 10001101 0 1010001 11000 11011 100111110 1000100 101011

Color Harmonies of #BA238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA238D

Black with #BA238D

Text Example


Text Example

White with #BA238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA238D; }

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

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

background-color css

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

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

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

border-color css

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

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

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