Html Css Color HEX #B05088 Mulberry

📋 copy color: '#B05088'

red 176 ◦ green 80 ◦ blue 136

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

Shades of Mulberry #B05088

Tints of Mulberry #B05088

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.41%

 BLUE value IS 136 (53.52% from 255) = 34.69%

R = 44.9%
G = 20.41%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B05088 (or 0xB05088) is known color: Mulberry. HEX triplet: B0, 50 and 88. RGB value is (176,80,136). Sum of RGB (Red+Green+Blue) = 176+80+136=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B05088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05088 is #4FAF77. Grayscale: #727272. Windows color (decimal): -5222264 or 8933552. OLE color: 8933552.

HSL color Cylindrical-coordinate representation of color #B05088: hue angle of 325º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B05088 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 80 136 -
CMYK 0 0.55 0.23 0.31
HSL 325º 0.38% 0.5% -
HSV(B) 325º 0.55% 0.69% -
XYZ 25.22 16.75 25.2 -
YUV 115.09 139.8 171.45 -
System Red Green Blue C M Y K H S L
Decimal 176 80 136 0 0.55 0.23 0.31 325 0.38 0.5
Hex B0 50 88 0 37 17 1F 145 26 32
Octal 260 120 210 0 67 27 37 505 46 62
Binary 10110000 1010000 10001000 0 110111 10111 11111 101000101 100110 110010

Color Harmonies of #B05088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05088

Black with #B05088

Text Example


Text Example

White with #B05088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05088; }

 p { color: rgb(176,80,136); }

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

background-color css

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

 a { background-color: rgb(176,80,136); }

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

border-color css

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

 span { border-color: rgb(176,80,136); }

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