Html Css Color HEX #B35C8C Mulberry

📋 copy color: '#B35C8C'

red 179 ◦ green 92 ◦ blue 140

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

Shades of Mulberry #B35C8C

Tints of Mulberry #B35C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.06%

R = 43.55%
G = 22.38%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B35C8C (or 0xB35C8C) is known color: Mulberry. HEX triplet: B3, 5C and 8C. RGB value is (179,92,140). Sum of RGB (Red+Green+Blue) = 179+92+140=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35C8C is #4CA373. Grayscale: #7B7B7B. Windows color (decimal): -5022580 or 9198771. OLE color: 9198771.

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

Color convert

RGB 179 92 140 -
CMYK 0 0.49 0.22 0.30
HSL 326.9º 0.36% 0.53% -
HSV(B) 326.9º 0.49% 0.7% -
XYZ 27.15 19.13 27.07 -
YUV 123.49 137.32 167.6 -
System Red Green Blue C M Y K H S L
Decimal 179 92 140 0 0.49 0.22 0.30 326.9 0.36 0.53
Hex B3 5C 8C 0 31 16 1E 147 24 35
Octal 263 134 214 0 61 26 36 507 44 65
Binary 10110011 1011100 10001100 0 110001 10110 11110 101000111 100100 110101

Color Harmonies of #B35C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35C8C

Black with #B35C8C

Text Example


Text Example

White with #B35C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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