Html Css Color HEX #B54C8A Mulberry

📋 copy color: '#B54C8A'

red 181 ◦ green 76 ◦ blue 138

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

Shades of Mulberry #B54C8A

Tints of Mulberry #B54C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 45.82%
G = 19.24%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B54C8A (or 0xB54C8A) is known color: Mulberry. HEX triplet: B5, 4C and 8A. RGB value is (181,76,138). Sum of RGB (Red+Green+Blue) = 181+76+138=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54C8A is #4AB375. Grayscale: #727272. Windows color (decimal): -4895606 or 9063605. OLE color: 9063605.

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

Color convert

RGB 181 76 138 -
CMYK 0 0.58 0.24 0.29
HSL 324.57º 0.42% 0.5% -
HSV(B) 324.57º 0.58% 0.71% -
XYZ 26.23 16.83 25.91 -
YUV 114.46 141.29 175.46 -
System Red Green Blue C M Y K H S L
Decimal 181 76 138 0 0.58 0.24 0.29 324.57 0.42 0.5
Hex B5 4C 8A 0 3A 18 1D 145 2A 32
Octal 265 114 212 0 72 30 35 505 52 62
Binary 10110101 1001100 10001010 0 111010 11000 11101 101000101 101010 110010

Color Harmonies of #B54C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54C8A

Black with #B54C8A

Text Example


Text Example

White with #B54C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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