Html Css Color HEX #B218BD Deep Magenta

📋 copy color: '#B218BD'

red 178 ◦ green 24 ◦ blue 189

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

Shades of Deep Magenta #B218BD

Tints of Deep Magenta #B218BD

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 value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B218BD (or 0xB218BD) is known color: 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

RGB 178 24 189 -
CMYK 0.06 0.87 0 0.26
HSL 296º 0.77% 0.42% -
HSV(B) 296º 0.87% 0.74% -
XYZ 27.87 13.79 49.34 -
YUV 88.86 184.52 191.58 -
System Red Green Blue C M Y K H S L
Decimal 178 24 189 0.06 0.87 0 0.26 296 0.77 0.42
Hex B2 18 BD 6 57 0 1A 128 4D 2A
Octal 262 30 275 6 127 0 32 450 115 52
Binary 10110010 11000 10111101 110 1010111 0 11010 100101000 1001101 101010

Color Harmonies of #B218BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B218BD

Black with #B218BD

Text Example


Text Example

White with #B218BD

Text Example


Text Example

HTML Codes & Css Web 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>