Html Css Color HEX #BA51A2 Mulberry

📋 copy color: '#BA51A2'

red 186 ◦ green 81 ◦ blue 162

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

Shades of Mulberry #BA51A2

Tints of Mulberry #BA51A2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.88%

 BLUE value IS 162 (63.67% from 255) = 37.76%

R = 43.36%
G = 18.88%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA51A2 (or 0xBA51A2) is known color: Mulberry. HEX triplet: BA, 51 and A2. RGB value is (186,81,162). Sum of RGB (Red+Green+Blue) = 186+81+162=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA51A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA51A2 is #45AE5D. Grayscale: #797979. Windows color (decimal): -4566622 or 10637754. OLE color: 10637754.

HSL color Cylindrical-coordinate representation of color #BA51A2: hue angle of 313.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA51A2 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 81 162 -
CMYK 0 0.56 0.13 0.27
HSL 313.71º 0.43% 0.52% -
HSV(B) 313.71º 0.56% 0.73% -
XYZ 29.71 18.93 36.27 -
YUV 121.63 150.79 173.91 -
System Red Green Blue C M Y K H S L
Decimal 186 81 162 0 0.56 0.13 0.27 313.71 0.43 0.52
Hex BA 51 A2 0 38 D 1B 13A 2B 34
Octal 272 121 242 0 70 15 33 472 53 64
Binary 10111010 1010001 10100010 0 111000 1101 11011 100111010 101011 110100

Color Harmonies of #BA51A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA51A2

Black with #BA51A2

Text Example


Text Example

White with #BA51A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA51A2; }

 p { color: rgb(186,81,162); }

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

background-color css

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

 a { background-color: rgb(186,81,162); }

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

border-color css

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

 span { border-color: rgb(186,81,162); }

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