Html Css Color HEX #B548A0 Mulberry

📋 copy color: '#B548A0'

red 181 ◦ green 72 ◦ blue 160

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

Shades of Mulberry #B548A0

Tints of Mulberry #B548A0

RGB

 RED value IS 181 (71.09% from 255) = 43.83%

 GREEN value IS 72 (28.52% from 255) = 17.43%

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

R = 43.83%
G = 17.43%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B548A0 (or 0xB548A0) is known color: Mulberry. HEX triplet: B5, 48 and A0. RGB value is (181,72,160). Sum of RGB (Red+Green+Blue) = 181+72+160=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B548A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B548A0 is #4AB75F. Grayscale: #727272. Windows color (decimal): -4896608 or 10504373. OLE color: 10504373.

HSL color Cylindrical-coordinate representation of color #B548A0: hue angle of 311.56º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B548A0 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 72 160 -
CMYK 0 0.60 0.12 0.29
HSL 311.56º 0.43% 0.5% -
HSV(B) 311.56º 0.6% 0.71% -
XYZ 27.72 17 35.08 -
YUV 114.62 153.61 175.34 -
System Red Green Blue C M Y K H S L
Decimal 181 72 160 0 0.60 0.12 0.29 311.56 0.43 0.5
Hex B5 48 A0 0 3C C 1D 138 2B 32
Octal 265 110 240 0 74 14 35 470 53 62
Binary 10110101 1001000 10100000 0 111100 1100 11101 100111000 101011 110010

Color Harmonies of #B548A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B548A0

Black with #B548A0

Text Example


Text Example

White with #B548A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B548A0; }

 p { color: rgb(181,72,160); }

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

background-color css

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

 a { background-color: rgb(181,72,160); }

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

border-color css

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

 span { border-color: rgb(181,72,160); }

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