Html Css Color HEX #B04788 Mulberry

📋 copy color: '#B04788'

red 176 ◦ green 71 ◦ blue 136

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

Shades of Mulberry #B04788

Tints of Mulberry #B04788

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.54%

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

R = 45.95%
G = 18.54%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B04788 (or 0xB04788) is known color: Mulberry. HEX triplet: B0, 47 and 88. RGB value is (176,71,136). Sum of RGB (Red+Green+Blue) = 176+71+136=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B04788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04788 is #4FB877. Grayscale: #6D6D6D. Windows color (decimal): -5224568 or 8931248. OLE color: 8931248.

HSL color Cylindrical-coordinate representation of color #B04788: hue angle of 322.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04788 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 71 136 -
CMYK 0 0.60 0.23 0.31
HSL 322.86º 0.43% 0.48% -
HSV(B) 322.86º 0.6% 0.69% -
XYZ 24.6 15.51 24.99 -
YUV 109.81 142.79 175.21 -
System Red Green Blue C M Y K H S L
Decimal 176 71 136 0 0.60 0.23 0.31 322.86 0.43 0.48
Hex B0 47 88 0 3C 17 1F 143 2B 30
Octal 260 107 210 0 74 27 37 503 53 60
Binary 10110000 1000111 10001000 0 111100 10111 11111 101000011 101011 110000

Color Harmonies of #B04788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04788

Black with #B04788

Text Example


Text Example

White with #B04788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04788; }

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

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

background-color css

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

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

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

border-color css

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

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

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