Html Css Color HEX #B218BA Deep Magenta

📋 copy color: '#B218BA'

red 178 ◦ green 24 ◦ blue 186

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

Shades of Deep Magenta #B218BA

Tints of Deep Magenta #B218BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.19%

 BLUE value IS 186 (73.05% from 255) = 47.94%

R = 45.88%
G = 6.19%
B = 47.94%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B218BA (or 0xB218BA) is known color: Deep Magenta. HEX triplet: B2, 18 and BA. RGB value is (178,24,186). Sum of RGB (Red+Green+Blue) = 178+24+186=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #B218BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B218BA is #4DE745. Grayscale: #585858. Windows color (decimal): -5105478 or 12196018. OLE color: 12196018.

HSL color Cylindrical-coordinate representation of color #B218BA: hue angle of 297.04º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B218BA is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 24 186 -
CMYK 0.04 0.87 0 0.27
HSL 297.04º 0.77% 0.41% -
HSV(B) 297.04º 0.87% 0.73% -
XYZ 27.55 13.66 47.64 -
YUV 88.51 183.02 191.83 -
System Red Green Blue C M Y K H S L
Decimal 178 24 186 0.04 0.87 0 0.27 297.04 0.77 0.41
Hex B2 18 BA 4 57 0 1B 129 4D 29
Octal 262 30 272 4 127 0 33 451 115 51
Binary 10110010 11000 10111010 100 1010111 0 11011 100101001 1001101 101001

Color Harmonies of #B218BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B218BA

Black with #B218BA

Text Example


Text Example

White with #B218BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B218BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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