Html Css Color HEX #B35E98 Mulberry

📋 copy color: '#B35E98'

red 179 ◦ green 94 ◦ blue 152

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

Shades of Mulberry #B35E98

Tints of Mulberry #B35E98

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.12%

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

R = 42.12%
G = 22.12%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B35E98 (or 0xB35E98) is known color: Mulberry. HEX triplet: B3, 5E and 98. RGB value is (179,94,152). Sum of RGB (Red+Green+Blue) = 179+94+152=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35E98 is #4CA167. Grayscale: #7D7D7D. Windows color (decimal): -5022056 or 9985715. OLE color: 9985715.

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

Color convert

RGB 179 94 152 -
CMYK 0 0.47 0.15 0.30
HSL 319.06º 0.36% 0.54% -
HSV(B) 319.06º 0.47% 0.7% -
XYZ 28.26 19.86 32.05 -
YUV 126.03 142.66 165.78 -
System Red Green Blue C M Y K H S L
Decimal 179 94 152 0 0.47 0.15 0.30 319.06 0.36 0.54
Hex B3 5E 98 0 2F F 1E 13F 24 36
Octal 263 136 230 0 57 17 36 477 44 66
Binary 10110011 1011110 10011000 0 101111 1111 11110 100111111 100100 110110

Color Harmonies of #B35E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35E98

Black with #B35E98

Text Example


Text Example

White with #B35E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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