Html Css Color HEX #B35D8F Mulberry

📋 copy color: '#B35D8F'

red 179 ◦ green 93 ◦ blue 143

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

Shades of Mulberry #B35D8F

Tints of Mulberry #B35D8F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.41%

 BLUE value IS 143 (56.25% from 255) = 34.46%

R = 43.13%
G = 22.41%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B35D8F (or 0xB35D8F) is known color: Mulberry. HEX triplet: B3, 5D and 8F. RGB value is (179,93,143). Sum of RGB (Red+Green+Blue) = 179+93+143=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35D8F is #4CA270. Grayscale: #7C7C7C. Windows color (decimal): -5022321 or 9395635. OLE color: 9395635.

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

Color convert

RGB 179 93 143 -
CMYK 0 0.48 0.20 0.30
HSL 325.12º 0.36% 0.53% -
HSV(B) 325.12º 0.48% 0.7% -
XYZ 27.46 19.4 28.28 -
YUV 124.41 138.49 166.93 -
System Red Green Blue C M Y K H S L
Decimal 179 93 143 0 0.48 0.20 0.30 325.12 0.36 0.53
Hex B3 5D 8F 0 30 14 1E 145 24 35
Octal 263 135 217 0 60 24 36 505 44 65
Binary 10110011 1011101 10001111 0 110000 10100 11110 101000101 100100 110101

Color Harmonies of #B35D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35D8F

Black with #B35D8F

Text Example


Text Example

White with #B35D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35D8F; }

 p { color: rgb(179,93,143); }

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

background-color css

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

 a { background-color: rgb(179,93,143); }

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

border-color css

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

 span { border-color: rgb(179,93,143); }

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