Html Css Color HEX #BA51A0 Mulberry

📋 copy color: '#BA51A0'

red 186 ◦ green 81 ◦ blue 160

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

Shades of Mulberry #BA51A0

Tints of Mulberry #BA51A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.47%

R = 43.56%
G = 18.97%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BA51A0 (or 0xBA51A0) is known color: Mulberry. HEX triplet: BA, 51 and A0. RGB value is (186,81,160). Sum of RGB (Red+Green+Blue) = 186+81+160=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA51A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA51A0 is #45AE5F. Grayscale: #797979. Windows color (decimal): -4566624 or 10506682. OLE color: 10506682.

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

Color convert

RGB 186 81 160 -
CMYK 0 0.56 0.14 0.27
HSL 314.86º 0.43% 0.52% -
HSV(B) 314.86º 0.56% 0.73% -
XYZ 29.54 18.86 35.34 -
YUV 121.4 149.79 174.08 -
System Red Green Blue C M Y K H S L
Decimal 186 81 160 0 0.56 0.14 0.27 314.86 0.43 0.52
Hex BA 51 A0 0 38 E 1B 13B 2B 34
Octal 272 121 240 0 70 16 33 473 53 64
Binary 10111010 1010001 10100000 0 111000 1110 11011 100111011 101011 110100

Color Harmonies of #BA51A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA51A0

Black with #BA51A0

Text Example


Text Example

White with #BA51A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA51A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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