Html Css Color HEX #B55F8C Mulberry

📋 copy color: '#B55F8C'

red 181 ◦ green 95 ◦ blue 140

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

Shades of Mulberry #B55F8C

Tints of Mulberry #B55F8C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.84%

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

R = 43.51%
G = 22.84%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B55F8C (or 0xB55F8C) is known color: Mulberry. HEX triplet: B5, 5F and 8C. RGB value is (181,95,140). Sum of RGB (Red+Green+Blue) = 181+95+140=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55F8C is #4AA073. Grayscale: #7D7D7D. Windows color (decimal): -4890740 or 9199541. OLE color: 9199541.

HSL color Cylindrical-coordinate representation of color #B55F8C: hue angle of 328.6º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B55F8C is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 95 140 -
CMYK 0 0.48 0.23 0.29
HSL 328.6º 0.37% 0.54% -
HSV(B) 328.6º 0.48% 0.71% -
XYZ 27.88 19.9 27.18 -
YUV 125.84 135.99 167.34 -
System Red Green Blue C M Y K H S L
Decimal 181 95 140 0 0.48 0.23 0.29 328.6 0.37 0.54
Hex B5 5F 8C 0 30 17 1D 149 25 36
Octal 265 137 214 0 60 27 35 511 45 66
Binary 10110101 1011111 10001100 0 110000 10111 11101 101001001 100101 110110

Color Harmonies of #B55F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55F8C

Black with #B55F8C

Text Example


Text Example

White with #B55F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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