Html Css Color HEX #BA5098 Mulberry

📋 copy color: '#BA5098'

red 186 ◦ green 80 ◦ blue 152

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

Shades of Mulberry #BA5098

Tints of Mulberry #BA5098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.36%

R = 44.5%
G = 19.14%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA5098 (or 0xBA5098) is known color: Mulberry. HEX triplet: BA, 50 and 98. RGB value is (186,80,152). Sum of RGB (Red+Green+Blue) = 186+80+152=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5098 is #45AF67. Grayscale: #777777. Windows color (decimal): -4566888 or 9982138. OLE color: 9982138.

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

Color convert

RGB 186 80 152 -
CMYK 0 0.57 0.18 0.27
HSL 319.25º 0.43% 0.52% -
HSV(B) 319.25º 0.57% 0.73% -
XYZ 28.79 18.44 31.75 -
YUV 119.9 146.12 175.15 -
System Red Green Blue C M Y K H S L
Decimal 186 80 152 0 0.57 0.18 0.27 319.25 0.43 0.52
Hex BA 50 98 0 39 12 1B 13F 2B 34
Octal 272 120 230 0 71 22 33 477 53 64
Binary 10111010 1010000 10011000 0 111001 10010 11011 100111111 101011 110100

Color Harmonies of #BA5098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5098

Black with #BA5098

Text Example


Text Example

White with #BA5098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5098; }

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

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

background-color css

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

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

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

border-color css

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

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

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