Html Css Color HEX #B04B95 Mulberry

📋 copy color: '#B04B95'

red 176 ◦ green 75 ◦ blue 149

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

Shades of Mulberry #B04B95

Tints of Mulberry #B04B95

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.75%

 BLUE value IS 149 (58.59% from 255) = 37.25%

R = 44%
G = 18.75%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B04B95 (or 0xB04B95) is known color: Mulberry. HEX triplet: B0, 4B and 95. RGB value is (176,75,149). Sum of RGB (Red+Green+Blue) = 176+75+149=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04B95 is #4FB46A. Grayscale: #717171. Windows color (decimal): -5223531 or 9784240. OLE color: 9784240.

HSL color Cylindrical-coordinate representation of color #B04B95: hue angle of 316.04º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04B95 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 75 149 -
CMYK 0 0.57 0.15 0.31
HSL 316.04º 0.4% 0.49% -
HSV(B) 316.04º 0.57% 0.69% -
XYZ 25.85 16.43 30.24 -
YUV 113.64 147.96 172.48 -
System Red Green Blue C M Y K H S L
Decimal 176 75 149 0 0.57 0.15 0.31 316.04 0.4 0.49
Hex B0 4B 95 0 39 F 1F 13C 28 31
Octal 260 113 225 0 71 17 37 474 50 61
Binary 10110000 1001011 10010101 0 111001 1111 11111 100111100 101000 110001

Color Harmonies of #B04B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04B95

Black with #B04B95

Text Example


Text Example

White with #B04B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04B95; }

 p { color: rgb(176,75,149); }

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

background-color css

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

 a { background-color: rgb(176,75,149); }

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

border-color css

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

 span { border-color: rgb(176,75,149); }

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