Html Css Color HEX #B3508D Mulberry

📋 copy color: '#B3508D'

red 179 ◦ green 80 ◦ blue 141

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

Shades of Mulberry #B3508D

Tints of Mulberry #B3508D

RGB

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

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

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

R = 44.75%
G = 20%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3508D (or 0xB3508D) is known color: Mulberry. HEX triplet: B3, 50 and 8D. RGB value is (179,80,141). Sum of RGB (Red+Green+Blue) = 179+80+141=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B3508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3508D is #4CAF72. Grayscale: #747474. Windows color (decimal): -5025651 or 9261235. OLE color: 9261235.

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

Color convert

RGB 179 80 141 -
CMYK 0 0.55 0.21 0.30
HSL 323.03º 0.39% 0.51% -
HSV(B) 323.03º 0.55% 0.7% -
XYZ 26.27 17.24 27.14 -
YUV 116.56 141.8 172.54 -
System Red Green Blue C M Y K H S L
Decimal 179 80 141 0 0.55 0.21 0.30 323.03 0.39 0.51
Hex B3 50 8D 0 37 15 1E 143 27 33
Octal 263 120 215 0 67 25 36 503 47 63
Binary 10110011 1010000 10001101 0 110111 10101 11110 101000011 100111 110011

Color Harmonies of #B3508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3508D

Black with #B3508D

Text Example


Text Example

White with #B3508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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