Html Css Color HEX #BA4B9E Mulberry

📋 copy color: '#BA4B9E'

red 186 ◦ green 75 ◦ blue 158

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

Shades of Mulberry #BA4B9E

Tints of Mulberry #BA4B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.71%

R = 44.39%
G = 17.9%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA4B9E (or 0xBA4B9E) is known color: Mulberry. HEX triplet: BA, 4B and 9E. RGB value is (186,75,158). Sum of RGB (Red+Green+Blue) = 186+75+158=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4B9E is #45B461. Grayscale: #757575. Windows color (decimal): -4568162 or 10374074. OLE color: 10374074.

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

Color convert

RGB 186 75 158 -
CMYK 0 0.60 0.15 0.27
HSL 315.14º 0.45% 0.51% -
HSV(B) 315.14º 0.6% 0.73% -
XYZ 28.94 17.94 34.29 -
YUV 117.65 150.77 176.75 -
System Red Green Blue C M Y K H S L
Decimal 186 75 158 0 0.60 0.15 0.27 315.14 0.45 0.51
Hex BA 4B 9E 0 3C F 1B 13B 2D 33
Octal 272 113 236 0 74 17 33 473 55 63
Binary 10111010 1001011 10011110 0 111100 1111 11011 100111011 101101 110011

Color Harmonies of #BA4B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B9E

Black with #BA4B9E

Text Example


Text Example

White with #BA4B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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