Html Css Color HEX #B54885 Mulberry

📋 copy color: '#B54885'

red 181 ◦ green 72 ◦ blue 133

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

Shades of Mulberry #B54885

Tints of Mulberry #B54885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.46%

R = 46.89%
G = 18.65%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B54885 (or 0xB54885) is known color: Mulberry. HEX triplet: B5, 48 and 85. RGB value is (181,72,133). Sum of RGB (Red+Green+Blue) = 181+72+133=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B54885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54885 is #4AB77A. Grayscale: #6F6F6F. Windows color (decimal): -4896635 or 8734901. OLE color: 8734901.

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

Color convert

RGB 181 72 133 -
CMYK 0 0.60 0.27 0.29
HSL 326.42º 0.43% 0.5% -
HSV(B) 326.42º 0.6% 0.71% -
XYZ 25.61 16.15 23.96 -
YUV 111.55 140.11 177.54 -
System Red Green Blue C M Y K H S L
Decimal 181 72 133 0 0.60 0.27 0.29 326.42 0.43 0.5
Hex B5 48 85 0 3C 1B 1D 146 2B 32
Octal 265 110 205 0 74 33 35 506 53 62
Binary 10110101 1001000 10000101 0 111100 11011 11101 101000110 101011 110010

Color Harmonies of #B54885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54885

Black with #B54885

Text Example


Text Example

White with #B54885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54885; }

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

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

background-color css

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

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

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

border-color css

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

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

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