Html Css Color HEX #B2518D Mulberry

📋 copy color: '#B2518D'

red 178 ◦ green 81 ◦ blue 141

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

Shades of Mulberry #B2518D

Tints of Mulberry #B2518D

RGB

 RED value IS 178 (69.92% from 255) = 44.5%

 GREEN value IS 81 (32.03% from 255) = 20.25%

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

R = 44.5%
G = 20.25%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2518D (or 0xB2518D) is known color: Mulberry. HEX triplet: B2, 51 and 8D. RGB value is (178,81,141). Sum of RGB (Red+Green+Blue) = 178+81+141=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B2518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2518D is #4DAE72. Grayscale: #747474. Windows color (decimal): -5090931 or 9261490. OLE color: 9261490.

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

Color convert

RGB 178 81 141 -
CMYK 0 0.54 0.21 0.30
HSL 322.89º 0.39% 0.51% -
HSV(B) 322.89º 0.54% 0.7% -
XYZ 26.11 17.27 27.16 -
YUV 116.84 141.64 171.62 -
System Red Green Blue C M Y K H S L
Decimal 178 81 141 0 0.54 0.21 0.30 322.89 0.39 0.51
Hex B2 51 8D 0 36 15 1E 143 27 33
Octal 262 121 215 0 66 25 36 503 47 63
Binary 10110010 1010001 10001101 0 110110 10101 11110 101000011 100111 110011

Color Harmonies of #B2518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2518D

Black with #B2518D

Text Example


Text Example

White with #B2518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2518D; }

 p { color: rgb(178,81,141); }

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

background-color css

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

 a { background-color: rgb(178,81,141); }

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

border-color css

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

 span { border-color: rgb(178,81,141); }

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