Html Css Color HEX #BA4BA4 Mulberry

📋 copy color: '#BA4BA4'

red 186 ◦ green 75 ◦ blue 164

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

Shades of Mulberry #BA4BA4

Tints of Mulberry #BA4BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.59%

R = 43.76%
G = 17.65%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BA4BA4 (or 0xBA4BA4) is known color: Mulberry. HEX triplet: BA, 4B and A4. RGB value is (186,75,164). Sum of RGB (Red+Green+Blue) = 186+75+164=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4BA4 is #45B45B. Grayscale: #767676. Windows color (decimal): -4568156 or 10767290. OLE color: 10767290.

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

Color convert

RGB 186 75 164 -
CMYK 0 0.60 0.12 0.27
HSL 311.89º 0.45% 0.51% -
HSV(B) 311.89º 0.6% 0.73% -
XYZ 29.47 18.15 37.07 -
YUV 118.34 153.77 176.26 -
System Red Green Blue C M Y K H S L
Decimal 186 75 164 0 0.60 0.12 0.27 311.89 0.45 0.51
Hex BA 4B A4 0 3C C 1B 138 2D 33
Octal 272 113 244 0 74 14 33 470 55 63
Binary 10111010 1001011 10100100 0 111100 1100 11011 100111000 101101 110011

Color Harmonies of #BA4BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4BA4

Black with #BA4BA4

Text Example


Text Example

White with #BA4BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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