Html Css Color HEX #BA4AA4 Mulberry

📋 copy color: '#BA4AA4'

red 186 ◦ green 74 ◦ blue 164

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

Shades of Mulberry #BA4AA4

Tints of Mulberry #BA4AA4

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.45%

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

R = 43.87%
G = 17.45%
B = 38.68%

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

#BA4AA4 (or 0xBA4AA4) is known color: Mulberry. HEX triplet: BA, 4A and A4. RGB value is (186,74,164). Sum of RGB (Red+Green+Blue) = 186+74+164=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4AA4 is #45B55B. Grayscale: #757575. Windows color (decimal): -4568412 or 10767034. OLE color: 10767034.

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

Color convert

RGB 186 74 164 -
CMYK 0 0.60 0.12 0.27
HSL 311.79º 0.45% 0.51% -
HSV(B) 311.79º 0.6% 0.73% -
XYZ 29.4 18.02 37.05 -
YUV 117.75 154.11 176.68 -
System Red Green Blue C M Y K H S L
Decimal 186 74 164 0 0.60 0.12 0.27 311.79 0.45 0.51
Hex BA 4A A4 0 3C C 1B 138 2D 33
Octal 272 112 244 0 74 14 33 470 55 63
Binary 10111010 1001010 10100100 0 111100 1100 11011 100111000 101101 110011

Color Harmonies of #BA4AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4AA4

Black with #BA4AA4

Text Example


Text Example

White with #BA4AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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