Html Css Color HEX #B54B8E Mulberry

📋 copy color: '#B54B8E'

red 181 ◦ green 75 ◦ blue 142

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

Shades of Mulberry #B54B8E

Tints of Mulberry #B54B8E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.84%

 BLUE value IS 142 (55.86% from 255) = 35.68%

R = 45.48%
G = 18.84%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B54B8E (or 0xB54B8E) is known color: Mulberry. HEX triplet: B5, 4B and 8E. RGB value is (181,75,142). Sum of RGB (Red+Green+Blue) = 181+75+142=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54B8E is #4AB471. Grayscale: #727272. Windows color (decimal): -4895858 or 9325493. OLE color: 9325493.

HSL color Cylindrical-coordinate representation of color #B54B8E: hue angle of 322.08º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54B8E is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 75 142 -
CMYK 0 0.59 0.22 0.29
HSL 322.08º 0.42% 0.5% -
HSV(B) 322.08º 0.59% 0.71% -
XYZ 26.45 16.81 27.44 -
YUV 114.33 143.62 175.55 -
System Red Green Blue C M Y K H S L
Decimal 181 75 142 0 0.59 0.22 0.29 322.08 0.42 0.5
Hex B5 4B 8E 0 3B 16 1D 142 2A 32
Octal 265 113 216 0 73 26 35 502 52 62
Binary 10110101 1001011 10001110 0 111011 10110 11101 101000010 101010 110010

Color Harmonies of #B54B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54B8E

Black with #B54B8E

Text Example


Text Example

White with #B54B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54B8E; }

 p { color: rgb(181,75,142); }

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

background-color css

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

 a { background-color: rgb(181,75,142); }

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

border-color css

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

 span { border-color: rgb(181,75,142); }

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