Html Css Color HEX #B55F8F Mulberry

📋 copy color: '#B55F8F'

red 181 ◦ green 95 ◦ blue 143

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

Shades of Mulberry #B55F8F

Tints of Mulberry #B55F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.13%

R = 43.2%
G = 22.67%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B55F8F (or 0xB55F8F) is known color: Mulberry. HEX triplet: B5, 5F and 8F. RGB value is (181,95,143). Sum of RGB (Red+Green+Blue) = 181+95+143=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55F8F is #4AA070. Grayscale: #7E7E7E. Windows color (decimal): -4890737 or 9396149. OLE color: 9396149.

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

Color convert

RGB 181 95 143 -
CMYK 0 0.48 0.21 0.29
HSL 326.51º 0.37% 0.54% -
HSV(B) 326.51º 0.48% 0.71% -
XYZ 28.11 19.99 28.36 -
YUV 126.19 137.49 167.1 -
System Red Green Blue C M Y K H S L
Decimal 181 95 143 0 0.48 0.21 0.29 326.51 0.37 0.54
Hex B5 5F 8F 0 30 15 1D 147 25 36
Octal 265 137 217 0 60 25 35 507 45 66
Binary 10110101 1011111 10001111 0 110000 10101 11101 101000111 100101 110110

Color Harmonies of #B55F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55F8F

Black with #B55F8F

Text Example


Text Example

White with #B55F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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