Html Css Color HEX #BA5093 Mulberry

📋 copy color: '#BA5093'

red 186 ◦ green 80 ◦ blue 147

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

Shades of Mulberry #BA5093

Tints of Mulberry #BA5093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.59%

R = 45.04%
G = 19.37%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA5093 (or 0xBA5093) is known color: Mulberry. HEX triplet: BA, 50 and 93. RGB value is (186,80,147). Sum of RGB (Red+Green+Blue) = 186+80+147=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5093 is #45AF6C. Grayscale: #777777. Windows color (decimal): -4566893 or 9654458. OLE color: 9654458.

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

Color convert

RGB 186 80 147 -
CMYK 0 0.57 0.21 0.27
HSL 322.08º 0.43% 0.52% -
HSV(B) 322.08º 0.57% 0.73% -
XYZ 28.38 18.28 29.64 -
YUV 119.33 143.62 175.55 -
System Red Green Blue C M Y K H S L
Decimal 186 80 147 0 0.57 0.21 0.27 322.08 0.43 0.52
Hex BA 50 93 0 39 15 1B 142 2B 34
Octal 272 120 223 0 71 25 33 502 53 64
Binary 10111010 1010000 10010011 0 111001 10101 11011 101000010 101011 110100

Color Harmonies of #BA5093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5093

Black with #BA5093

Text Example


Text Example

White with #BA5093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5093; }

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

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

background-color css

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

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

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

border-color css

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

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

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