Html Css Color HEX #B54C9A Mulberry

📋 copy color: '#B54C9A'

red 181 ◦ green 76 ◦ blue 154

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

Shades of Mulberry #B54C9A

Tints of Mulberry #B54C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.47%

R = 44.04%
G = 18.49%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B54C9A (or 0xB54C9A) is known color: Mulberry. HEX triplet: B5, 4C and 9A. RGB value is (181,76,154). Sum of RGB (Red+Green+Blue) = 181+76+154=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54C9A is #4AB365. Grayscale: #747474. Windows color (decimal): -4895590 or 10112181. OLE color: 10112181.

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

Color convert

RGB 181 76 154 -
CMYK 0 0.58 0.15 0.29
HSL 315.43º 0.42% 0.5% -
HSV(B) 315.43º 0.58% 0.71% -
XYZ 27.47 17.33 32.47 -
YUV 116.29 149.29 174.16 -
System Red Green Blue C M Y K H S L
Decimal 181 76 154 0 0.58 0.15 0.29 315.43 0.42 0.5
Hex B5 4C 9A 0 3A F 1D 13B 2A 32
Octal 265 114 232 0 72 17 35 473 52 62
Binary 10110101 1001100 10011010 0 111010 1111 11101 100111011 101010 110010

Color Harmonies of #B54C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54C9A

Black with #B54C9A

Text Example


Text Example

White with #B54C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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