Html Css Color HEX #B544A0 Mulberry

📋 copy color: '#B544A0'

red 181 ◦ green 68 ◦ blue 160

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

Shades of Mulberry #B544A0

Tints of Mulberry #B544A0

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.63%

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

R = 44.25%
G = 16.63%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B544A0 (or 0xB544A0) is known color: Mulberry. HEX triplet: B5, 44 and A0. RGB value is (181,68,160). Sum of RGB (Red+Green+Blue) = 181+68+160=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B544A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B544A0 is #4ABB5F. Grayscale: #707070. Windows color (decimal): -4897632 or 10503349. OLE color: 10503349.

HSL color Cylindrical-coordinate representation of color #B544A0: hue angle of 311.15º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B544A0 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 68 160 -
CMYK 0 0.62 0.12 0.29
HSL 311.15º 0.45% 0.49% -
HSV(B) 311.15º 0.62% 0.71% -
XYZ 27.47 16.5 34.99 -
YUV 112.28 154.94 177.02 -
System Red Green Blue C M Y K H S L
Decimal 181 68 160 0 0.62 0.12 0.29 311.15 0.45 0.49
Hex B5 44 A0 0 3E C 1D 137 2D 31
Octal 265 104 240 0 76 14 35 467 55 61
Binary 10110101 1000100 10100000 0 111110 1100 11101 100110111 101101 110001

Color Harmonies of #B544A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B544A0

Black with #B544A0

Text Example


Text Example

White with #B544A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B544A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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