Html Css Color HEX #B54985 Mulberry

📋 copy color: '#B54985'

red 181 ◦ green 73 ◦ blue 133

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

Shades of Mulberry #B54985

Tints of Mulberry #B54985

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.86%

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

R = 46.77%
G = 18.86%
B = 34.37%

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

#B54985 (or 0xB54985) is known color: Mulberry. HEX triplet: B5, 49 and 85. RGB value is (181,73,133). Sum of RGB (Red+Green+Blue) = 181+73+133=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B54985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54985 is #4AB67A. Grayscale: #707070. Windows color (decimal): -4896379 or 8735157. OLE color: 8735157.

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

Color convert

RGB 181 73 133 -
CMYK 0 0.60 0.27 0.29
HSL 326.67º 0.43% 0.5% -
HSV(B) 326.67º 0.6% 0.71% -
XYZ 25.67 16.28 23.98 -
YUV 112.13 139.78 177.12 -
System Red Green Blue C M Y K H S L
Decimal 181 73 133 0 0.60 0.27 0.29 326.67 0.43 0.5
Hex B5 49 85 0 3C 1B 1D 147 2B 32
Octal 265 111 205 0 74 33 35 507 53 62
Binary 10110101 1001001 10000101 0 111100 11011 11101 101000111 101011 110010

Color Harmonies of #B54985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54985

Black with #B54985

Text Example


Text Example

White with #B54985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54985; }

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

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

background-color css

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

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

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

border-color css

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

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

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