Html Css Color HEX #B35998 Mulberry

📋 copy color: '#B35998'

red 179 ◦ green 89 ◦ blue 152

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

Shades of Mulberry #B35998

Tints of Mulberry #B35998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.19%

R = 42.62%
G = 21.19%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B35998 (or 0xB35998) is known color: Mulberry. HEX triplet: B3, 59 and 98. RGB value is (179,89,152). Sum of RGB (Red+Green+Blue) = 179+89+152=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B35998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35998 is #4CA667. Grayscale: #7A7A7A. Windows color (decimal): -5023336 or 9984435. OLE color: 9984435.

HSL color Cylindrical-coordinate representation of color #B35998: hue angle of 318º 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 #B35998 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 89 152 -
CMYK 0 0.50 0.15 0.30
HSL 318º 0.37% 0.53% -
HSV(B) 318º 0.5% 0.7% -
XYZ 27.83 19 31.91 -
YUV 123.09 144.32 167.88 -
System Red Green Blue C M Y K H S L
Decimal 179 89 152 0 0.50 0.15 0.30 318 0.37 0.53
Hex B3 59 98 0 32 F 1E 13E 25 35
Octal 263 131 230 0 62 17 36 476 45 65
Binary 10110011 1011001 10011000 0 110010 1111 11110 100111110 100101 110101

Color Harmonies of #B35998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35998

Black with #B35998

Text Example


Text Example

White with #B35998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35998; }

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

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

background-color css

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

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

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

border-color css

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

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

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