Html Css Color HEX #B115CD Deep Magenta

📋 copy color: '#B115CD'

red 177 ◦ green 21 ◦ blue 205

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

Shades of Deep Magenta #B115CD

Tints of Deep Magenta #B115CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.87%

R = 43.92%
G = 5.21%
B = 50.87%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B115CD (or 0xB115CD) is known color: Deep Magenta. HEX triplet: B1, 15 and CD. RGB value is (177,21,205). Sum of RGB (Red+Green+Blue) = 177+21+205=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #B115CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115CD is #4EEA32. Grayscale: #585858. Windows color (decimal): -5171763 or 13440433. OLE color: 13440433.

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

Color convert

RGB 177 21 205 -
CMYK 0.14 0.90 0 0.20
HSL 290.87º 0.81% 0.44% -
HSV(B) 290.87º 0.9% 0.8% -
XYZ 29.42 14.29 58.97 -
YUV 88.62 193.68 191.04 -
System Red Green Blue C M Y K H S L
Decimal 177 21 205 0.14 0.90 0 0.20 290.87 0.81 0.44
Hex B1 15 CD E 5A 0 14 123 51 2C
Octal 261 25 315 16 132 0 24 443 121 54
Binary 10110001 10101 11001101 1110 1011010 0 10100 100100011 1010001 101100

Color Harmonies of #B115CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B115CD

Black with #B115CD

Text Example


Text Example

White with #B115CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B115CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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