Html Css Color HEX #BA236E Medium Red Violet

📋 copy color: '#BA236E'

red 186 ◦ green 35 ◦ blue 110

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

Shades of Medium Red Violet #BA236E

Tints of Medium Red Violet #BA236E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.23%

R = 56.19%
G = 10.57%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA236E (or 0xBA236E) is known color: Medium Red Violet. HEX triplet: BA, 23 and 6E. RGB value is (186,35,110). Sum of RGB (Red+Green+Blue) = 186+35+110=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA236E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA236E is #45DC91. Grayscale: #585858. Windows color (decimal): -4578450 or 7218106. OLE color: 7218106.

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

Color convert

RGB 186 35 110 -
CMYK 0 0.81 0.41 0.27
HSL 330.2º 0.68% 0.43% -
HSV(B) 330.2º 0.81% 0.73% -
XYZ 23.67 12.77 15.97 -
YUV 88.7 140.03 197.4 -
System Red Green Blue C M Y K H S L
Decimal 186 35 110 0 0.81 0.41 0.27 330.2 0.68 0.43
Hex BA 23 6E 0 51 29 1B 14A 44 2B
Octal 272 43 156 0 121 51 33 512 104 53
Binary 10111010 100011 1101110 0 1010001 101001 11011 101001010 1000100 101011

Color Harmonies of #BA236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA236E

Black with #BA236E

Text Example


Text Example

White with #BA236E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA236E; }

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

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

background-color css

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

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

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

border-color css

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

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

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