Html Css Color HEX #B54C8C Mulberry

📋 copy color: '#B54C8C'

red 181 ◦ green 76 ◦ blue 140

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

Shades of Mulberry #B54C8C

Tints of Mulberry #B54C8C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.14%

 BLUE value IS 140 (55.08% from 255) = 35.26%

R = 45.59%
G = 19.14%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B54C8C (or 0xB54C8C) is known color: Mulberry. HEX triplet: B5, 4C and 8C. RGB value is (181,76,140). Sum of RGB (Red+Green+Blue) = 181+76+140=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54C8C is #4AB373. Grayscale: #727272. Windows color (decimal): -4895604 or 9194677. OLE color: 9194677.

HSL color Cylindrical-coordinate representation of color #B54C8C: hue angle of 323.43º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B54C8C is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 76 140 -
CMYK 0 0.58 0.23 0.29
HSL 323.43º 0.42% 0.5% -
HSV(B) 323.43º 0.58% 0.71% -
XYZ 26.37 16.89 26.68 -
YUV 114.69 142.29 175.3 -
System Red Green Blue C M Y K H S L
Decimal 181 76 140 0 0.58 0.23 0.29 323.43 0.42 0.5
Hex B5 4C 8C 0 3A 17 1D 143 2A 32
Octal 265 114 214 0 72 27 35 503 52 62
Binary 10110101 1001100 10001100 0 111010 10111 11101 101000011 101010 110010

Color Harmonies of #B54C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54C8C

Black with #B54C8C

Text Example


Text Example

White with #B54C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54C8C; }

 p { color: rgb(181,76,140); }

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

background-color css

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

 a { background-color: rgb(181,76,140); }

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

border-color css

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

 span { border-color: rgb(181,76,140); }

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