Html Css Color HEX #BA4299 Mulberry

📋 copy color: '#BA4299'

red 186 ◦ green 66 ◦ blue 153

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

Shades of Mulberry #BA4299

Tints of Mulberry #BA4299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.3%

 BLUE value IS 153 (60.16% from 255) = 37.78%

R = 45.93%
G = 16.3%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA4299 (or 0xBA4299) is known color: Mulberry. HEX triplet: BA, 42 and 99. RGB value is (186,66,153). Sum of RGB (Red+Green+Blue) = 186+66+153=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4299 is #45BD66. Grayscale: #6F6F6F. Windows color (decimal): -4570471 or 10044090. OLE color: 10044090.

HSL color Cylindrical-coordinate representation of color #BA4299: hue angle of 316.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4299 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 66 153 -
CMYK 0 0.65 0.18 0.27
HSL 316.5º 0.48% 0.49% -
HSV(B) 316.5º 0.65% 0.73% -
XYZ 27.95 16.64 31.87 -
YUV 111.8 151.26 180.93 -
System Red Green Blue C M Y K H S L
Decimal 186 66 153 0 0.65 0.18 0.27 316.5 0.48 0.49
Hex BA 42 99 0 41 12 1B 13C 30 31
Octal 272 102 231 0 101 22 33 474 60 61
Binary 10111010 1000010 10011001 0 1000001 10010 11011 100111100 110000 110001

Color Harmonies of #BA4299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4299

Black with #BA4299

Text Example


Text Example

White with #BA4299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4299; }

 p { color: rgb(186,66,153); }

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

background-color css

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

 a { background-color: rgb(186,66,153); }

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

border-color css

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

 span { border-color: rgb(186,66,153); }

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