Html Css Color HEX #B05188 Mulberry

📋 copy color: '#B05188'

red 176 ◦ green 81 ◦ blue 136

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

Shades of Mulberry #B05188

Tints of Mulberry #B05188

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.61%

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

R = 44.78%
G = 20.61%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B05188 (or 0xB05188) is known color: Mulberry. HEX triplet: B0, 51 and 88. RGB value is (176,81,136). Sum of RGB (Red+Green+Blue) = 176+81+136=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B05188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05188 is #4FAE77. Grayscale: #737373. Windows color (decimal): -5222008 or 8933808. OLE color: 8933808.

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

Color convert

RGB 176 81 136 -
CMYK 0 0.54 0.23 0.31
HSL 325.26º 0.38% 0.5% -
HSV(B) 325.26º 0.54% 0.69% -
XYZ 25.29 16.89 25.22 -
YUV 115.68 139.47 171.03 -
System Red Green Blue C M Y K H S L
Decimal 176 81 136 0 0.54 0.23 0.31 325.26 0.38 0.5
Hex B0 51 88 0 36 17 1F 145 26 32
Octal 260 121 210 0 66 27 37 505 46 62
Binary 10110000 1010001 10001000 0 110110 10111 11111 101000101 100110 110010

Color Harmonies of #B05188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05188

Black with #B05188

Text Example


Text Example

White with #B05188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05188; }

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

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

background-color css

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

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

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

border-color css

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

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

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