Html Css Color HEX #B05D8F Mulberry

📋 copy color: '#B05D8F'

red 176 ◦ green 93 ◦ blue 143

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

Shades of Mulberry #B05D8F

Tints of Mulberry #B05D8F

RGB

 RED value IS 176 (69.14% from 255) = 42.72%

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

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

R = 42.72%
G = 22.57%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B05D8F (or 0xB05D8F) is known color: Mulberry. HEX triplet: B0, 5D and 8F. RGB value is (176,93,143). Sum of RGB (Red+Green+Blue) = 176+93+143=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05D8F is #4FA270. Grayscale: #7B7B7B. Windows color (decimal): -5218929 or 9395632. OLE color: 9395632.

HSL color Cylindrical-coordinate representation of color #B05D8F: hue angle of 323.86º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B05D8F is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 93 143 -
CMYK 0 0.47 0.19 0.31
HSL 323.86º 0.34% 0.53% -
HSV(B) 323.86º 0.47% 0.69% -
XYZ 26.78 19.04 28.25 -
YUV 123.52 139 165.43 -
System Red Green Blue C M Y K H S L
Decimal 176 93 143 0 0.47 0.19 0.31 323.86 0.34 0.53
Hex B0 5D 8F 0 2F 13 1F 144 22 35
Octal 260 135 217 0 57 23 37 504 42 65
Binary 10110000 1011101 10001111 0 101111 10011 11111 101000100 100010 110101

Color Harmonies of #B05D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D8F

Black with #B05D8F

Text Example


Text Example

White with #B05D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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