Html Css Color HEX #B218CE Deep Magenta

📋 copy color: '#B218CE'

red 178 ◦ green 24 ◦ blue 206

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

Shades of Deep Magenta #B218CE

Tints of Deep Magenta #B218CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.49%

R = 43.63%
G = 5.88%
B = 50.49%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B218CE (or 0xB218CE) is known color: Deep Magenta. HEX triplet: B2, 18 and CE. RGB value is (178,24,206). Sum of RGB (Red+Green+Blue) = 178+24+206=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #B218CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B218CE is #4DE731. Grayscale: #5A5A5A. Windows color (decimal): -5105458 or 13506738. OLE color: 13506738.

HSL color Cylindrical-coordinate representation of color #B218CE: hue angle of 290.77º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B218CE is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 24 206 -
CMYK 0.14 0.88 0 0.19
HSL 290.77º 0.79% 0.45% -
HSV(B) 290.77º 0.88% 0.81% -
XYZ 29.83 14.57 59.63 -
YUV 90.79 193.02 190.2 -
System Red Green Blue C M Y K H S L
Decimal 178 24 206 0.14 0.88 0 0.19 290.77 0.79 0.45
Hex B2 18 CE E 58 0 13 123 4F 2D
Octal 262 30 316 16 130 0 23 443 117 55
Binary 10110010 11000 11001110 1110 1011000 0 10011 100100011 1001111 101101

Color Harmonies of #B218CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B218CE

Black with #B218CE

Text Example


Text Example

White with #B218CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B218CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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