Html Css Color HEX #BA5082 Mulberry

📋 copy color: '#BA5082'

red 186 ◦ green 80 ◦ blue 130

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

Shades of Mulberry #BA5082

Tints of Mulberry #BA5082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.83%

R = 46.97%
G = 20.2%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA5082 (or 0xBA5082) is known color: Mulberry. HEX triplet: BA, 50 and 82. RGB value is (186,80,130). Sum of RGB (Red+Green+Blue) = 186+80+130=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5082 is #45AF7D. Grayscale: #757575. Windows color (decimal): -4566910 or 8540346. OLE color: 8540346.

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

Color convert

RGB 186 80 130 -
CMYK 0 0.57 0.30 0.27
HSL 331.7º 0.43% 0.52% -
HSV(B) 331.7º 0.57% 0.73% -
XYZ 27.15 17.79 23.12 -
YUV 117.39 135.12 176.93 -
System Red Green Blue C M Y K H S L
Decimal 186 80 130 0 0.57 0.30 0.27 331.7 0.43 0.52
Hex BA 50 82 0 39 1E 1B 14C 2B 34
Octal 272 120 202 0 71 36 33 514 53 64
Binary 10111010 1010000 10000010 0 111001 11110 11011 101001100 101011 110100

Color Harmonies of #BA5082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5082

Black with #BA5082

Text Example


Text Example

White with #BA5082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5082; }

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

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

background-color css

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

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

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

border-color css

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

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

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