Html Css Color HEX #B215CE Deep Magenta

📋 copy color: '#B215CE'

red 178 ◦ green 21 ◦ blue 206

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

Shades of Deep Magenta #B215CE

Tints of Deep Magenta #B215CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.19%

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

R = 43.95%
G = 5.19%
B = 50.86%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B215CE (or 0xB215CE) is known color: Deep Magenta. HEX triplet: B2, 15 and CE. RGB value is (178,21,206). Sum of RGB (Red+Green+Blue) = 178+21+206=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #B215CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B215CE is #4DEA31. Grayscale: #585858. Windows color (decimal): -5106226 or 13505970. OLE color: 13505970.

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

Color convert

RGB 178 21 206 -
CMYK 0.14 0.90 0 0.19
HSL 290.92º 0.81% 0.45% -
HSV(B) 290.92º 0.9% 0.81% -
XYZ 29.77 14.46 59.61 -
YUV 89.03 194.01 191.46 -
System Red Green Blue C M Y K H S L
Decimal 178 21 206 0.14 0.90 0 0.19 290.92 0.81 0.45
Hex B2 15 CE E 5A 0 13 123 51 2D
Octal 262 25 316 16 132 0 23 443 121 55
Binary 10110010 10101 11001110 1110 1011010 0 10011 100100011 1010001 101101

Color Harmonies of #B215CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B215CE

Black with #B215CE

Text Example


Text Example

White with #B215CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B215CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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