Html Css Color HEX #B54D9A Mulberry

📋 copy color: '#B54D9A'

red 181 ◦ green 77 ◦ blue 154

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

Shades of Mulberry #B54D9A

Tints of Mulberry #B54D9A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.69%

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

R = 43.93%
G = 18.69%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B54D9A (or 0xB54D9A) is known color: Mulberry. HEX triplet: B5, 4D and 9A. RGB value is (181,77,154). Sum of RGB (Red+Green+Blue) = 181+77+154=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54D9A is #4AB265. Grayscale: #747474. Windows color (decimal): -4895334 or 10112437. OLE color: 10112437.

HSL color Cylindrical-coordinate representation of color #B54D9A: hue angle of 315.58º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B54D9A is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 77 154 -
CMYK 0 0.57 0.15 0.29
HSL 315.58º 0.41% 0.51% -
HSV(B) 315.58º 0.57% 0.71% -
XYZ 27.54 17.46 32.49 -
YUV 116.87 148.96 173.74 -
System Red Green Blue C M Y K H S L
Decimal 181 77 154 0 0.57 0.15 0.29 315.58 0.41 0.51
Hex B5 4D 9A 0 39 F 1D 13C 29 33
Octal 265 115 232 0 71 17 35 474 51 63
Binary 10110101 1001101 10011010 0 111001 1111 11101 100111100 101001 110011

Color Harmonies of #B54D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54D9A

Black with #B54D9A

Text Example


Text Example

White with #B54D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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