Html Css Color HEX #B315CE Deep Magenta

📋 copy color: '#B315CE'

red 179 ◦ green 21 ◦ blue 206

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

Shades of Deep Magenta #B315CE

Tints of Deep Magenta #B315CE

RGB

 RED value IS 179 (70.31% from 255) = 44.09%

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

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

R = 44.09%
G = 5.17%
B = 50.74%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B315CE (or 0xB315CE) is known color: Deep Magenta. HEX triplet: B3, 15 and CE. RGB value is (179,21,206). Sum of RGB (Red+Green+Blue) = 179+21+206=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #B315CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B315CE is #4CEA31. Grayscale: #585858. Windows color (decimal): -5040690 or 13505971. OLE color: 13505971.

HSL color Cylindrical-coordinate representation of color #B315CE: hue angle of 291.24º 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 #B315CE is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 21 206 -
CMYK 0.13 0.90 0 0.19
HSL 291.24º 0.81% 0.45% -
HSV(B) 291.24º 0.9% 0.81% -
XYZ 30 14.58 59.62 -
YUV 89.33 193.85 191.96 -
System Red Green Blue C M Y K H S L
Decimal 179 21 206 0.13 0.90 0 0.19 291.24 0.81 0.45
Hex B3 15 CE D 5A 0 13 123 51 2D
Octal 263 25 316 15 132 0 23 443 121 55
Binary 10110011 10101 11001110 1101 1011010 0 10011 100100011 1010001 101101

Color Harmonies of #B315CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B315CE

Black with #B315CE

Text Example


Text Example

White with #B315CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B315CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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