#B218BD

Color #B218BD Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B218BD

Tints of Deep Magenta #B218BD

Color information

#B218BD (or 0xB218BD) is unknown color: approx Deep Magenta. HEX triplet: B2, 18 and BD. RGB value is (178,24,189). Sum of RGB (Red+Green+Blue) = 178+24+189=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #B218BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B218BD is #4DE742. Grayscale: #585858. Windows color (decimal): -5105475 or 12392626. OLE color: 12392626.

HSL color Cylindrical-coordinate representation of color #B218BD: hue angle of 296º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B218BD is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17824189-
CMYK0.060.8700.26
HSL296º77.46%41.76%-
HSV(B)296º87.3%74.12%-
XYZ27.8713.7949.34-
YUV88.86184.52191.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.52%
GREEN value IS 24 (9.77% from 255) = 6.14%
BLUE value IS 189 (74.22% from 255) = 48.34%
R=45.52%
G=6.14%
B=48.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178241890.060.8700.2629677.4641.76
HexB218BD65701A1284d2a
Octal26230275612703245011552
Binary10110010110001011110111010101110110101001010001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B218BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B218BD; }

 p { color: rgb(178,24,189); }

 H1.HeaderClassName
 {
   color: #B218BD;
 }
 .AnyTagClassName
 {
   color: #B218BD;
 }
</style>
background-color css

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

 a { background-color: rgb(178,24,189); }

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

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

 span { border-color: rgb(178,24,189); }

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