Html Css Color HEX #B2518B Mulberry

📋 copy color: '#B2518B'

red 178 ◦ green 81 ◦ blue 139

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

Shades of Mulberry #B2518B

Tints of Mulberry #B2518B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.92%

R = 44.72%
G = 20.35%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2518B (or 0xB2518B) is known color: Mulberry. HEX triplet: B2, 51 and 8B. RGB value is (178,81,139). Sum of RGB (Red+Green+Blue) = 178+81+139=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B2518B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2518B is #4DAE74. Grayscale: #747474. Windows color (decimal): -5090933 or 9130418. OLE color: 9130418.

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

Color convert

RGB 178 81 139 -
CMYK 0 0.54 0.22 0.30
HSL 324.12º 0.39% 0.51% -
HSV(B) 324.12º 0.54% 0.7% -
XYZ 25.96 17.21 26.38 -
YUV 116.62 140.64 171.78 -
System Red Green Blue C M Y K H S L
Decimal 178 81 139 0 0.54 0.22 0.30 324.12 0.39 0.51
Hex B2 51 8B 0 36 16 1E 144 27 33
Octal 262 121 213 0 66 26 36 504 47 63
Binary 10110010 1010001 10001011 0 110110 10110 11110 101000100 100111 110011

Color Harmonies of #B2518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2518B

Black with #B2518B

Text Example


Text Example

White with #B2518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2518B; }

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

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

background-color css

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

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

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

border-color css

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

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

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