Html Css Color HEX #B05388 Mulberry

📋 copy color: '#B05388'

red 176 ◦ green 83 ◦ blue 136

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

Shades of Mulberry #B05388

Tints of Mulberry #B05388

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.01%

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

R = 44.56%
G = 21.01%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B05388 (or 0xB05388) is known color: Mulberry. HEX triplet: B0, 53 and 88. RGB value is (176,83,136). Sum of RGB (Red+Green+Blue) = 176+83+136=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B05388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05388 is #4FAC77. Grayscale: #747474. Windows color (decimal): -5221496 or 8934320. OLE color: 8934320.

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

Color convert

RGB 176 83 136 -
CMYK 0 0.53 0.23 0.31
HSL 325.81º 0.37% 0.51% -
HSV(B) 325.81º 0.53% 0.69% -
XYZ 25.44 17.19 25.27 -
YUV 116.85 138.81 170.19 -
System Red Green Blue C M Y K H S L
Decimal 176 83 136 0 0.53 0.23 0.31 325.81 0.37 0.51
Hex B0 53 88 0 35 17 1F 146 25 33
Octal 260 123 210 0 65 27 37 506 45 63
Binary 10110000 1010011 10001000 0 110101 10111 11111 101000110 100101 110011

Color Harmonies of #B05388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05388

Black with #B05388

Text Example


Text Example

White with #B05388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05388; }

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

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

background-color css

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

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

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

border-color css

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

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

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