Html Css Color HEX #BA46A4 Mulberry

📋 copy color: '#BA46A4'

red 186 ◦ green 70 ◦ blue 164

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

Shades of Mulberry #BA46A4

Tints of Mulberry #BA46A4

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.67%

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

R = 44.29%
G = 16.67%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BA46A4 (or 0xBA46A4) is known color: Mulberry. HEX triplet: BA, 46 and A4. RGB value is (186,70,164). Sum of RGB (Red+Green+Blue) = 186+70+164=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA46A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA46A4 is #45B95B. Grayscale: #737373. Windows color (decimal): -4569436 or 10766010. OLE color: 10766010.

HSL color Cylindrical-coordinate representation of color #BA46A4: hue angle of 311.38º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA46A4 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 70 164 -
CMYK 0 0.62 0.12 0.27
HSL 311.38º 0.46% 0.5% -
HSV(B) 311.38º 0.62% 0.73% -
XYZ 29.14 17.5 36.96 -
YUV 115.4 155.43 178.36 -
System Red Green Blue C M Y K H S L
Decimal 186 70 164 0 0.62 0.12 0.27 311.38 0.46 0.5
Hex BA 46 A4 0 3E C 1B 137 2E 32
Octal 272 106 244 0 76 14 33 467 56 62
Binary 10111010 1000110 10100100 0 111110 1100 11011 100110111 101110 110010

Color Harmonies of #BA46A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA46A4

Black with #BA46A4

Text Example


Text Example

White with #BA46A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA46A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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