Html Css Color HEX #B35085 Mulberry

📋 copy color: '#B35085'

red 179 ◦ green 80 ◦ blue 133

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

Shades of Mulberry #B35085

Tints of Mulberry #B35085

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.41%

 BLUE value IS 133 (52.34% from 255) = 33.93%

R = 45.66%
G = 20.41%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B35085 (or 0xB35085) is known color: Mulberry. HEX triplet: B3, 50 and 85. RGB value is (179,80,133). Sum of RGB (Red+Green+Blue) = 179+80+133=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B35085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35085 is #4CAF7A. Grayscale: #737373. Windows color (decimal): -5025659 or 8736947. OLE color: 8736947.

HSL color Cylindrical-coordinate representation of color #B35085: hue angle of 327.88º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B35085 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 80 133 -
CMYK 0 0.55 0.26 0.30
HSL 327.88º 0.39% 0.51% -
HSV(B) 327.88º 0.55% 0.7% -
XYZ 25.69 17.01 24.12 -
YUV 115.64 137.8 173.19 -
System Red Green Blue C M Y K H S L
Decimal 179 80 133 0 0.55 0.26 0.30 327.88 0.39 0.51
Hex B3 50 85 0 37 1A 1E 148 27 33
Octal 263 120 205 0 67 32 36 510 47 63
Binary 10110011 1010000 10000101 0 110111 11010 11110 101001000 100111 110011

Color Harmonies of #B35085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35085

Black with #B35085

Text Example


Text Example

White with #B35085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35085; }

 p { color: rgb(179,80,133); }

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

background-color css

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

 a { background-color: rgb(179,80,133); }

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

border-color css

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

 span { border-color: rgb(179,80,133); }

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