Html Css Color HEX #B35990 Mulberry

📋 copy color: '#B35990'

red 179 ◦ green 89 ◦ blue 144

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

Shades of Mulberry #B35990

Tints of Mulberry #B35990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.6%

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

R = 43.45%
G = 21.6%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B35990 (or 0xB35990) is known color: Mulberry. HEX triplet: B3, 59 and 90. RGB value is (179,89,144). Sum of RGB (Red+Green+Blue) = 179+89+144=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B35990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35990 is #4CA66F. Grayscale: #7A7A7A. Windows color (decimal): -5023344 or 9460147. OLE color: 9460147.

HSL color Cylindrical-coordinate representation of color #B35990: hue angle of 323.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B35990 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 89 144 -
CMYK 0 0.50 0.20 0.30
HSL 323.33º 0.37% 0.53% -
HSV(B) 323.33º 0.5% 0.7% -
XYZ 27.2 18.74 28.57 -
YUV 122.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 179 89 144 0 0.50 0.20 0.30 323.33 0.37 0.53
Hex B3 59 90 0 32 14 1E 143 25 35
Octal 263 131 220 0 62 24 36 503 45 65
Binary 10110011 1011001 10010000 0 110010 10100 11110 101000011 100101 110101

Color Harmonies of #B35990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35990

Black with #B35990

Text Example


Text Example

White with #B35990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35990; }

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

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

background-color css

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

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

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

border-color css

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

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

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