Html Css Color HEX #B55D8F Mulberry

📋 copy color: '#B55D8F'

red 181 ◦ green 93 ◦ blue 143

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

Shades of Mulberry #B55D8F

Tints of Mulberry #B55D8F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.3%

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

R = 43.41%
G = 22.3%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B55D8F (or 0xB55D8F) is known color: Mulberry. HEX triplet: B5, 5D and 8F. RGB value is (181,93,143). Sum of RGB (Red+Green+Blue) = 181+93+143=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55D8F is #4AA270. Grayscale: #7C7C7C. Windows color (decimal): -4891249 or 9395637. OLE color: 9395637.

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

Color convert

RGB 181 93 143 -
CMYK 0 0.49 0.21 0.29
HSL 325.91º 0.37% 0.54% -
HSV(B) 325.91º 0.49% 0.71% -
XYZ 27.93 19.64 28.3 -
YUV 125.01 138.15 167.93 -
System Red Green Blue C M Y K H S L
Decimal 181 93 143 0 0.49 0.21 0.29 325.91 0.37 0.54
Hex B5 5D 8F 0 31 15 1D 146 25 36
Octal 265 135 217 0 61 25 35 506 45 66
Binary 10110101 1011101 10001111 0 110001 10101 11101 101000110 100101 110110

Color Harmonies of #B55D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55D8F

Black with #B55D8F

Text Example


Text Example

White with #B55D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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