Html Css Color HEX #B35992 Mulberry

📋 copy color: '#B35992'

red 179 ◦ green 89 ◦ blue 146

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

Shades of Mulberry #B35992

Tints of Mulberry #B35992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.27%

R = 43.24%
G = 21.5%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B35992 (or 0xB35992) is known color: Mulberry. HEX triplet: B3, 59 and 92. RGB value is (179,89,146). Sum of RGB (Red+Green+Blue) = 179+89+146=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B35992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35992 is #4CA66D. Grayscale: #7A7A7A. Windows color (decimal): -5023342 or 9591219. OLE color: 9591219.

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

Color convert

RGB 179 89 146 -
CMYK 0 0.50 0.18 0.30
HSL 322º 0.37% 0.53% -
HSV(B) 322º 0.5% 0.7% -
XYZ 27.35 18.8 29.38 -
YUV 122.41 141.32 168.37 -
System Red Green Blue C M Y K H S L
Decimal 179 89 146 0 0.50 0.18 0.30 322 0.37 0.53
Hex B3 59 92 0 32 12 1E 142 25 35
Octal 263 131 222 0 62 22 36 502 45 65
Binary 10110011 1011001 10010010 0 110010 10010 11110 101000010 100101 110101

Color Harmonies of #B35992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35992

Black with #B35992

Text Example


Text Example

White with #B35992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35992; }

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

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

background-color css

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

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

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

border-color css

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

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

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