Html Css Color HEX #B54D9B Mulberry

📋 copy color: '#B54D9B'

red 181 ◦ green 77 ◦ blue 155

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

Shades of Mulberry #B54D9B

Tints of Mulberry #B54D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.53%

R = 43.83%
G = 18.64%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B54D9B (or 0xB54D9B) is known color: Mulberry. HEX triplet: B5, 4D and 9B. RGB value is (181,77,155). Sum of RGB (Red+Green+Blue) = 181+77+155=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54D9B is #4AB264. Grayscale: #747474. Windows color (decimal): -4895333 or 10177973. OLE color: 10177973.

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

Color convert

RGB 181 77 155 -
CMYK 0 0.57 0.14 0.29
HSL 315º 0.41% 0.51% -
HSV(B) 315º 0.57% 0.71% -
XYZ 27.63 17.5 32.93 -
YUV 116.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 181 77 155 0 0.57 0.14 0.29 315 0.41 0.51
Hex B5 4D 9B 0 39 E 1D 13B 29 33
Octal 265 115 233 0 71 16 35 473 51 63
Binary 10110101 1001101 10011011 0 111001 1110 11101 100111011 101001 110011

Color Harmonies of #B54D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54D9B

Black with #B54D9B

Text Example


Text Example

White with #B54D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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