Html Css Color HEX #B54A8C Mulberry

📋 copy color: '#B54A8C'

red 181 ◦ green 74 ◦ blue 140

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

Shades of Mulberry #B54A8C

Tints of Mulberry #B54A8C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.73%

 BLUE value IS 140 (55.08% from 255) = 35.44%

R = 45.82%
G = 18.73%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B54A8C (or 0xB54A8C) is known color: Mulberry. HEX triplet: B5, 4A and 8C. RGB value is (181,74,140). Sum of RGB (Red+Green+Blue) = 181+74+140=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54A8C is #4AB573. Grayscale: #717171. Windows color (decimal): -4896116 or 9194165. OLE color: 9194165.

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

Color convert

RGB 181 74 140 -
CMYK 0 0.59 0.23 0.29
HSL 322.99º 0.42% 0.5% -
HSV(B) 322.99º 0.59% 0.71% -
XYZ 26.24 16.61 26.64 -
YUV 113.52 142.95 176.13 -
System Red Green Blue C M Y K H S L
Decimal 181 74 140 0 0.59 0.23 0.29 322.99 0.42 0.5
Hex B5 4A 8C 0 3B 17 1D 143 2A 32
Octal 265 112 214 0 73 27 35 503 52 62
Binary 10110101 1001010 10001100 0 111011 10111 11101 101000011 101010 110010

Color Harmonies of #B54A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54A8C

Black with #B54A8C

Text Example


Text Example

White with #B54A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54A8C; }

 p { color: rgb(181,74,140); }

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

background-color css

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

 a { background-color: rgb(181,74,140); }

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

border-color css

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

 span { border-color: rgb(181,74,140); }

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