Html Css Color HEX #B2518E Mulberry

📋 copy color: '#B2518E'

red 178 ◦ green 81 ◦ blue 142

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

Shades of Mulberry #B2518E

Tints of Mulberry #B2518E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 44.39%
G = 20.2%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2518E (or 0xB2518E) is known color: Mulberry. HEX triplet: B2, 51 and 8E. RGB value is (178,81,142). Sum of RGB (Red+Green+Blue) = 178+81+142=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B2518E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2518E is #4DAE71. Grayscale: #747474. Windows color (decimal): -5090930 or 9327026. OLE color: 9327026.

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

Color convert

RGB 178 81 142 -
CMYK 0 0.54 0.20 0.30
HSL 322.27º 0.39% 0.51% -
HSV(B) 322.27º 0.54% 0.7% -
XYZ 26.19 17.3 27.55 -
YUV 116.96 142.14 171.54 -
System Red Green Blue C M Y K H S L
Decimal 178 81 142 0 0.54 0.20 0.30 322.27 0.39 0.51
Hex B2 51 8E 0 36 14 1E 142 27 33
Octal 262 121 216 0 66 24 36 502 47 63
Binary 10110010 1010001 10001110 0 110110 10100 11110 101000010 100111 110011

Color Harmonies of #B2518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2518E

Black with #B2518E

Text Example


Text Example

White with #B2518E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2518E; }

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

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

background-color css

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

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

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

border-color css

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

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

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