Html Css Color HEX #B35C8D Mulberry

📋 copy color: '#B35C8D'

red 179 ◦ green 92 ◦ blue 141

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

Shades of Mulberry #B35C8D

Tints of Mulberry #B35C8D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.33%

 BLUE value IS 141 (55.47% from 255) = 34.22%

R = 43.45%
G = 22.33%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B35C8D (or 0xB35C8D) is known color: Mulberry. HEX triplet: B3, 5C and 8D. RGB value is (179,92,141). Sum of RGB (Red+Green+Blue) = 179+92+141=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35C8D is #4CA372. Grayscale: #7B7B7B. Windows color (decimal): -5022579 or 9264307. OLE color: 9264307.

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

Color convert

RGB 179 92 141 -
CMYK 0 0.49 0.21 0.30
HSL 326.21º 0.36% 0.53% -
HSV(B) 326.21º 0.49% 0.7% -
XYZ 27.23 19.16 27.46 -
YUV 123.6 137.82 167.52 -
System Red Green Blue C M Y K H S L
Decimal 179 92 141 0 0.49 0.21 0.30 326.21 0.36 0.53
Hex B3 5C 8D 0 31 15 1E 146 24 35
Octal 263 134 215 0 61 25 36 506 44 65
Binary 10110011 1011100 10001101 0 110001 10101 11110 101000110 100100 110101

Color Harmonies of #B35C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35C8D

Black with #B35C8D

Text Example


Text Example

White with #B35C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35C8D; }

 p { color: rgb(179,92,141); }

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

background-color css

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

 a { background-color: rgb(179,92,141); }

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

border-color css

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

 span { border-color: rgb(179,92,141); }

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