Html Css Color HEX #B05993 Mulberry

📋 copy color: '#B05993'

red 176 ◦ green 89 ◦ blue 147

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

Shades of Mulberry #B05993

Tints of Mulberry #B05993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.6%

 BLUE value IS 147 (57.81% from 255) = 35.68%

R = 42.72%
G = 21.6%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B05993 (or 0xB05993) is known color: Mulberry. HEX triplet: B0, 59 and 93. RGB value is (176,89,147). Sum of RGB (Red+Green+Blue) = 176+89+147=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B05993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05993 is #4FA66C. Grayscale: #797979. Windows color (decimal): -5219949 or 9656752. OLE color: 9656752.

HSL color Cylindrical-coordinate representation of color #B05993: hue angle of 320º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05993 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 89 147 -
CMYK 0 0.49 0.16 0.31
HSL 320º 0.36% 0.52% -
HSV(B) 320º 0.49% 0.69% -
XYZ 26.74 18.48 29.76 -
YUV 121.63 142.32 166.78 -
System Red Green Blue C M Y K H S L
Decimal 176 89 147 0 0.49 0.16 0.31 320 0.36 0.52
Hex B0 59 93 0 31 10 1F 140 24 34
Octal 260 131 223 0 61 20 37 500 44 64
Binary 10110000 1011001 10010011 0 110001 10000 11111 101000000 100100 110100

Color Harmonies of #B05993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05993

Black with #B05993

Text Example


Text Example

White with #B05993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05993; }

 p { color: rgb(176,89,147); }

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

background-color css

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

 a { background-color: rgb(176,89,147); }

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

border-color css

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

 span { border-color: rgb(176,89,147); }

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