Html Css Color HEX #B115BF Deep Magenta

📋 copy color: '#B115BF'

red 177 ◦ green 21 ◦ blue 191

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

Shades of Deep Magenta #B115BF

Tints of Deep Magenta #B115BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.1%

R = 45.5%
G = 5.4%
B = 49.1%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B115BF (or 0xB115BF) is known color: Deep Magenta. HEX triplet: B1, 15 and BF. RGB value is (177,21,191). Sum of RGB (Red+Green+Blue) = 177+21+191=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #B115BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115BF is #4EEA40. Grayscale: #565656. Windows color (decimal): -5171777 or 12522929. OLE color: 12522929.

HSL color Cylindrical-coordinate representation of color #B115BF: hue angle of 295.06º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B115BF is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 21 191 -
CMYK 0.07 0.89 0 0.25
HSL 295.06º 0.8% 0.42% -
HSV(B) 295.06º 0.89% 0.75% -
XYZ 27.8 13.65 50.46 -
YUV 87.02 186.68 192.18 -
System Red Green Blue C M Y K H S L
Decimal 177 21 191 0.07 0.89 0 0.25 295.06 0.8 0.42
Hex B1 15 BF 7 59 0 19 127 50 2A
Octal 261 25 277 7 131 0 31 447 120 52
Binary 10110001 10101 10111111 111 1011001 0 11001 100100111 1010000 101010

Color Harmonies of #B115BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B115BF

Black with #B115BF

Text Example


Text Example

White with #B115BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B115BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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