Html Css Color HEX #B54882 Mulberry

📋 copy color: '#B54882'

red 181 ◦ green 72 ◦ blue 130

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

Shades of Mulberry #B54882

Tints of Mulberry #B54882

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.8%

 BLUE value IS 130 (51.17% from 255) = 33.94%

R = 47.26%
G = 18.8%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B54882 (or 0xB54882) is known color: Mulberry. HEX triplet: B5, 48 and 82. RGB value is (181,72,130). Sum of RGB (Red+Green+Blue) = 181+72+130=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B54882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54882 is #4AB77D. Grayscale: #6F6F6F. Windows color (decimal): -4896638 or 8538293. OLE color: 8538293.

HSL color Cylindrical-coordinate representation of color #B54882: hue angle of 328.07º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54882 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 72 130 -
CMYK 0 0.60 0.28 0.29
HSL 328.07º 0.43% 0.5% -
HSV(B) 328.07º 0.6% 0.71% -
XYZ 25.4 16.07 22.88 -
YUV 111.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 181 72 130 0 0.60 0.28 0.29 328.07 0.43 0.5
Hex B5 48 82 0 3C 1C 1D 148 2B 32
Octal 265 110 202 0 74 34 35 510 53 62
Binary 10110101 1001000 10000010 0 111100 11100 11101 101001000 101011 110010

Color Harmonies of #B54882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54882

Black with #B54882

Text Example


Text Example

White with #B54882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54882; }

 p { color: rgb(181,72,130); }

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

background-color css

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

 a { background-color: rgb(181,72,130); }

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

border-color css

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

 span { border-color: rgb(181,72,130); }

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