Html Css Color HEX #B35D96 Mulberry

📋 copy color: '#B35D96'

red 179 ◦ green 93 ◦ blue 150

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

Shades of Mulberry #B35D96

Tints of Mulberry #B35D96

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.04%

 BLUE value IS 150 (58.98% from 255) = 35.55%

R = 42.42%
G = 22.04%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B35D96 (or 0xB35D96) is known color: Mulberry. HEX triplet: B3, 5D and 96. RGB value is (179,93,150). Sum of RGB (Red+Green+Blue) = 179+93+150=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35D96 is #4CA269. Grayscale: #7D7D7D. Windows color (decimal): -5022314 or 9854387. OLE color: 9854387.

HSL color Cylindrical-coordinate representation of color #B35D96: hue angle of 320.23º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B35D96 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 93 150 -
CMYK 0 0.48 0.16 0.30
HSL 320.23º 0.36% 0.53% -
HSV(B) 320.23º 0.48% 0.7% -
XYZ 28.01 19.61 31.16 -
YUV 125.21 141.99 166.37 -
System Red Green Blue C M Y K H S L
Decimal 179 93 150 0 0.48 0.16 0.30 320.23 0.36 0.53
Hex B3 5D 96 0 30 10 1E 140 24 35
Octal 263 135 226 0 60 20 36 500 44 65
Binary 10110011 1011101 10010110 0 110000 10000 11110 101000000 100100 110101

Color Harmonies of #B35D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35D96

Black with #B35D96

Text Example


Text Example

White with #B35D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35D96; }

 p { color: rgb(179,93,150); }

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

background-color css

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

 a { background-color: rgb(179,93,150); }

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

border-color css

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

 span { border-color: rgb(179,93,150); }

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