Html Css Color HEX #BA4C93 Mulberry

📋 copy color: '#BA4C93'

red 186 ◦ green 76 ◦ blue 147

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

Shades of Mulberry #BA4C93

Tints of Mulberry #BA4C93

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.58%

 BLUE value IS 147 (57.81% from 255) = 35.94%

R = 45.48%
G = 18.58%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA4C93 (or 0xBA4C93) is known color: Mulberry. HEX triplet: BA, 4C and 93. RGB value is (186,76,147). Sum of RGB (Red+Green+Blue) = 186+76+147=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4C93 is #45B36C. Grayscale: #747474. Windows color (decimal): -4567917 or 9653434. OLE color: 9653434.

HSL color Cylindrical-coordinate representation of color #BA4C93: hue angle of 321.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4C93 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 76 147 -
CMYK 0 0.59 0.21 0.27
HSL 321.27º 0.44% 0.51% -
HSV(B) 321.27º 0.59% 0.73% -
XYZ 28.1 17.71 29.54 -
YUV 116.98 144.94 177.23 -
System Red Green Blue C M Y K H S L
Decimal 186 76 147 0 0.59 0.21 0.27 321.27 0.44 0.51
Hex BA 4C 93 0 3B 15 1B 141 2C 33
Octal 272 114 223 0 73 25 33 501 54 63
Binary 10111010 1001100 10010011 0 111011 10101 11011 101000001 101100 110011

Color Harmonies of #BA4C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4C93

Black with #BA4C93

Text Example


Text Example

White with #BA4C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4C93; }

 p { color: rgb(186,76,147); }

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

background-color css

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

 a { background-color: rgb(186,76,147); }

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

border-color css

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

 span { border-color: rgb(186,76,147); }

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