Html Css Color HEX #B04990 Mulberry

📋 copy color: '#B04990'

red 176 ◦ green 73 ◦ blue 144

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

Shades of Mulberry #B04990

Tints of Mulberry #B04990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.58%

 BLUE value IS 144 (56.64% from 255) = 36.64%

R = 44.78%
G = 18.58%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B04990 (or 0xB04990) is known color: Mulberry. HEX triplet: B0, 49 and 90. RGB value is (176,73,144). Sum of RGB (Red+Green+Blue) = 176+73+144=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B04990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04990 is #4FB66F. Grayscale: #6F6F6F. Windows color (decimal): -5224048 or 9456048. OLE color: 9456048.

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

Color convert

RGB 176 73 144 -
CMYK 0 0.59 0.18 0.31
HSL 318.64º 0.41% 0.49% -
HSV(B) 318.64º 0.59% 0.69% -
XYZ 25.32 16.01 28.14 -
YUV 111.89 146.12 173.73 -
System Red Green Blue C M Y K H S L
Decimal 176 73 144 0 0.59 0.18 0.31 318.64 0.41 0.49
Hex B0 49 90 0 3B 12 1F 13F 29 31
Octal 260 111 220 0 73 22 37 477 51 61
Binary 10110000 1001001 10010000 0 111011 10010 11111 100111111 101001 110001

Color Harmonies of #B04990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04990

Black with #B04990

Text Example


Text Example

White with #B04990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04990; }

 p { color: rgb(176,73,144); }

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

background-color css

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

 a { background-color: rgb(176,73,144); }

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

border-color css

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

 span { border-color: rgb(176,73,144); }

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