Html Css Color HEX #BA50A4 Mulberry

📋 copy color: '#BA50A4'

red 186 ◦ green 80 ◦ blue 164

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

Shades of Mulberry #BA50A4

Tints of Mulberry #BA50A4

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.6%

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

R = 43.26%
G = 18.6%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BA50A4 (or 0xBA50A4) is known color: Mulberry. HEX triplet: BA, 50 and A4. RGB value is (186,80,164). Sum of RGB (Red+Green+Blue) = 186+80+164=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA50A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA50A4 is #45AF5B. Grayscale: #797979. Windows color (decimal): -4566876 or 10768570. OLE color: 10768570.

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

Color convert

RGB 186 80 164 -
CMYK 0 0.57 0.12 0.27
HSL 312.45º 0.43% 0.52% -
HSV(B) 312.45º 0.57% 0.73% -
XYZ 29.82 18.86 37.19 -
YUV 121.27 152.12 174.17 -
System Red Green Blue C M Y K H S L
Decimal 186 80 164 0 0.57 0.12 0.27 312.45 0.43 0.52
Hex BA 50 A4 0 39 C 1B 138 2B 34
Octal 272 120 244 0 71 14 33 470 53 64
Binary 10111010 1010000 10100100 0 111001 1100 11011 100111000 101011 110100

Color Harmonies of #BA50A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA50A4

Black with #BA50A4

Text Example


Text Example

White with #BA50A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA50A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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