Html Css Color HEX #B115CE Deep Magenta

📋 copy color: '#B115CE'

red 177 ◦ green 21 ◦ blue 206

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

Shades of Deep Magenta #B115CE

Tints of Deep Magenta #B115CE

RGB

 RED value IS 177 (69.53% from 255) = 43.81%

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

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

R = 43.81%
G = 5.2%
B = 50.99%

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

#B115CE (or 0xB115CE) is known color: Deep Magenta. HEX triplet: B1, 15 and CE. RGB value is (177,21,206). Sum of RGB (Red+Green+Blue) = 177+21+206=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #B115CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115CE is #4EEA31. Grayscale: #585858. Windows color (decimal): -5171762 or 13505969. OLE color: 13505969.

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

Color convert

RGB 177 21 206 -
CMYK 0.14 0.90 0 0.19
HSL 290.59º 0.81% 0.45% -
HSV(B) 290.59º 0.9% 0.81% -
XYZ 29.54 14.34 59.6 -
YUV 88.73 194.18 190.96 -
System Red Green Blue C M Y K H S L
Decimal 177 21 206 0.14 0.90 0 0.19 290.59 0.81 0.45
Hex B1 15 CE E 5A 0 13 123 51 2D
Octal 261 25 316 16 132 0 23 443 121 55
Binary 10110001 10101 11001110 1110 1011010 0 10011 100100011 1010001 101101

Color Harmonies of #B115CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B115CE

Black with #B115CE

Text Example


Text Example

White with #B115CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B115CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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