Html Css Color HEX #B34990 Mulberry

📋 copy color: '#B34990'

red 179 ◦ green 73 ◦ blue 144

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

Shades of Mulberry #B34990

Tints of Mulberry #B34990

RGB

 RED value IS 179 (70.31% from 255) = 45.2%

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

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

R = 45.2%
G = 18.43%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B34990 (or 0xB34990) is known color: Mulberry. HEX triplet: B3, 49 and 90. RGB value is (179,73,144). Sum of RGB (Red+Green+Blue) = 179+73+144=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B34990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34990 is #4CB66F. Grayscale: #707070. Windows color (decimal): -5027440 or 9456051. OLE color: 9456051.

HSL color Cylindrical-coordinate representation of color #B34990: hue angle of 319.81º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B34990 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 73 144 -
CMYK 0 0.59 0.20 0.30
HSL 319.81º 0.42% 0.49% -
HSV(B) 319.81º 0.59% 0.7% -
XYZ 26.01 16.36 28.17 -
YUV 112.79 145.62 175.23 -
System Red Green Blue C M Y K H S L
Decimal 179 73 144 0 0.59 0.20 0.30 319.81 0.42 0.49
Hex B3 49 90 0 3B 14 1E 140 2A 31
Octal 263 111 220 0 73 24 36 500 52 61
Binary 10110011 1001001 10010000 0 111011 10100 11110 101000000 101010 110001

Color Harmonies of #B34990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34990

Black with #B34990

Text Example


Text Example

White with #B34990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34990; }

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

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

background-color css

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

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

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

border-color css

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

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

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