Html Css Color HEX #B05886 Mulberry

📋 copy color: '#B05886'

red 176 ◦ green 88 ◦ blue 134

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

Shades of Mulberry #B05886

Tints of Mulberry #B05886

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.11%

 BLUE value IS 134 (52.73% from 255) = 33.67%

R = 44.22%
G = 22.11%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B05886 (or 0xB05886) is known color: Mulberry. HEX triplet: B0, 58 and 86. RGB value is (176,88,134). Sum of RGB (Red+Green+Blue) = 176+88+134=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B05886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05886 is #4FA779. Grayscale: #777777. Windows color (decimal): -5220218 or 8804528. OLE color: 8804528.

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

Color convert

RGB 176 88 134 -
CMYK 0 0.50 0.24 0.31
HSL 328.64º 0.36% 0.52% -
HSV(B) 328.64º 0.5% 0.69% -
XYZ 25.7 17.93 24.66 -
YUV 119.56 136.15 168.26 -
System Red Green Blue C M Y K H S L
Decimal 176 88 134 0 0.50 0.24 0.31 328.64 0.36 0.52
Hex B0 58 86 0 32 18 1F 149 24 34
Octal 260 130 206 0 62 30 37 511 44 64
Binary 10110000 1011000 10000110 0 110010 11000 11111 101001001 100100 110100

Color Harmonies of #B05886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05886

Black with #B05886

Text Example


Text Example

White with #B05886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05886; }

 p { color: rgb(176,88,134); }

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

background-color css

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

 a { background-color: rgb(176,88,134); }

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

border-color css

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

 span { border-color: rgb(176,88,134); }

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