Html Css Color HEX #BA4B9C Mulberry

📋 copy color: '#BA4B9C'

red 186 ◦ green 75 ◦ blue 156

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

Shades of Mulberry #BA4B9C

Tints of Mulberry #BA4B9C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.99%

 BLUE value IS 156 (61.33% from 255) = 37.41%

R = 44.6%
G = 17.99%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA4B9C (or 0xBA4B9C) is known color: Mulberry. HEX triplet: BA, 4B and 9C. RGB value is (186,75,156). Sum of RGB (Red+Green+Blue) = 186+75+156=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4B9C is #45B463. Grayscale: #757575. Windows color (decimal): -4568164 or 10243002. OLE color: 10243002.

HSL color Cylindrical-coordinate representation of color #BA4B9C: hue angle of 316.22º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4B9C is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 75 156 -
CMYK 0 0.60 0.16 0.27
HSL 316.22º 0.45% 0.51% -
HSV(B) 316.22º 0.6% 0.73% -
XYZ 28.77 17.87 33.39 -
YUV 117.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 186 75 156 0 0.60 0.16 0.27 316.22 0.45 0.51
Hex BA 4B 9C 0 3C 10 1B 13C 2D 33
Octal 272 113 234 0 74 20 33 474 55 63
Binary 10111010 1001011 10011100 0 111100 10000 11011 100111100 101101 110011

Color Harmonies of #BA4B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B9C

Black with #BA4B9C

Text Example


Text Example

White with #BA4B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B9C; }

 p { color: rgb(186,75,156); }

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

background-color css

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

 a { background-color: rgb(186,75,156); }

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

border-color css

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

 span { border-color: rgb(186,75,156); }

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