Html Css Color HEX #B35D98 Mulberry

📋 copy color: '#B35D98'

red 179 ◦ green 93 ◦ blue 152

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

Shades of Mulberry #B35D98

Tints of Mulberry #B35D98

RGB

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

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

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

R = 42.22%
G = 21.93%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B35D98 (or 0xB35D98) is known color: Mulberry. HEX triplet: B3, 5D and 98. RGB value is (179,93,152). Sum of RGB (Red+Green+Blue) = 179+93+152=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35D98 is #4CA267. Grayscale: #7D7D7D. Windows color (decimal): -5022312 or 9985459. OLE color: 9985459.

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

Color convert

RGB 179 93 152 -
CMYK 0 0.48 0.15 0.30
HSL 318.84º 0.36% 0.53% -
HSV(B) 318.84º 0.48% 0.7% -
XYZ 28.17 19.68 32.02 -
YUV 125.44 142.99 166.2 -
System Red Green Blue C M Y K H S L
Decimal 179 93 152 0 0.48 0.15 0.30 318.84 0.36 0.53
Hex B3 5D 98 0 30 F 1E 13F 24 35
Octal 263 135 230 0 60 17 36 477 44 65
Binary 10110011 1011101 10011000 0 110000 1111 11110 100111111 100100 110101

Color Harmonies of #B35D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35D98

Black with #B35D98

Text Example


Text Example

White with #B35D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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