Html Css Color HEX #B35E8A Mulberry

📋 copy color: '#B35E8A'

red 179 ◦ green 94 ◦ blue 138

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

Shades of Mulberry #B35E8A

Tints of Mulberry #B35E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 43.55%
G = 22.87%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B35E8A (or 0xB35E8A) is known color: Mulberry. HEX triplet: B3, 5E and 8A. RGB value is (179,94,138). Sum of RGB (Red+Green+Blue) = 179+94+138=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35E8A is #4CA175. Grayscale: #7C7C7C. Windows color (decimal): -5022070 or 9068211. OLE color: 9068211.

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

Color convert

RGB 179 94 138 -
CMYK 0 0.47 0.23 0.30
HSL 328.94º 0.36% 0.54% -
HSV(B) 328.94º 0.47% 0.7% -
XYZ 27.18 19.42 26.36 -
YUV 124.43 135.66 166.92 -
System Red Green Blue C M Y K H S L
Decimal 179 94 138 0 0.47 0.23 0.30 328.94 0.36 0.54
Hex B3 5E 8A 0 2F 17 1E 149 24 36
Octal 263 136 212 0 57 27 36 511 44 66
Binary 10110011 1011110 10001010 0 101111 10111 11110 101001001 100100 110110

Color Harmonies of #B35E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35E8A

Black with #B35E8A

Text Example


Text Example

White with #B35E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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