Html Css Color HEX #BA236B Medium Red Violet

📋 copy color: '#BA236B'

red 186 ◦ green 35 ◦ blue 107

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

Shades of Medium Red Violet #BA236B

Tints of Medium Red Violet #BA236B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.62%

R = 56.71%
G = 10.67%
B = 32.62%

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

#BA236B (or 0xBA236B) is known color: Medium Red Violet. HEX triplet: BA, 23 and 6B. RGB value is (186,35,107). Sum of RGB (Red+Green+Blue) = 186+35+107=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA236B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA236B is #45DC94. Grayscale: #585858. Windows color (decimal): -4578453 or 7021498. OLE color: 7021498.

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

Color convert

RGB 186 35 107 -
CMYK 0 0.81 0.42 0.27
HSL 331.39º 0.68% 0.43% -
HSV(B) 331.39º 0.81% 0.73% -
XYZ 23.5 12.7 15.12 -
YUV 88.36 138.53 197.65 -
System Red Green Blue C M Y K H S L
Decimal 186 35 107 0 0.81 0.42 0.27 331.39 0.68 0.43
Hex BA 23 6B 0 51 2A 1B 14B 44 2B
Octal 272 43 153 0 121 52 33 513 104 53
Binary 10111010 100011 1101011 0 1010001 101010 11011 101001011 1000100 101011

Color Harmonies of #BA236B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA236B

Black with #BA236B

Text Example


Text Example

White with #BA236B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA236B; }

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

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

background-color css

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

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

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

border-color css

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

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

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