Html Css Color HEX #BA236C Medium Red Violet

📋 copy color: '#BA236C'

red 186 ◦ green 35 ◦ blue 108

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

Shades of Medium Red Violet #BA236C

Tints of Medium Red Violet #BA236C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.83%

R = 56.53%
G = 10.64%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA236C (or 0xBA236C) is known color: Medium Red Violet. HEX triplet: BA, 23 and 6C. RGB value is (186,35,108). Sum of RGB (Red+Green+Blue) = 186+35+108=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA236C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA236C is #45DC93. Grayscale: #585858. Windows color (decimal): -4578452 or 7087034. OLE color: 7087034.

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

Color convert

RGB 186 35 108 -
CMYK 0 0.81 0.42 0.27
HSL 330.99º 0.68% 0.43% -
HSV(B) 330.99º 0.81% 0.73% -
XYZ 23.56 12.72 15.4 -
YUV 88.47 139.03 197.56 -
System Red Green Blue C M Y K H S L
Decimal 186 35 108 0 0.81 0.42 0.27 330.99 0.68 0.43
Hex BA 23 6C 0 51 2A 1B 14B 44 2B
Octal 272 43 154 0 121 52 33 513 104 53
Binary 10111010 100011 1101100 0 1010001 101010 11011 101001011 1000100 101011

Color Harmonies of #BA236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA236C

Black with #BA236C

Text Example


Text Example

White with #BA236C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA236C; }

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

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

background-color css

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

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

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

border-color css

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

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

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