Html Css Color HEX #B115BD Deep Magenta

📋 copy color: '#B115BD'

red 177 ◦ green 21 ◦ blue 189

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

Shades of Deep Magenta #B115BD

Tints of Deep Magenta #B115BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.84%

R = 45.74%
G = 5.43%
B = 48.84%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B115BD (or 0xB115BD) is known color: Deep Magenta. HEX triplet: B1, 15 and BD. RGB value is (177,21,189). Sum of RGB (Red+Green+Blue) = 177+21+189=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #B115BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115BD is #4EEA42. Grayscale: #565656. Windows color (decimal): -5171779 or 12391857. OLE color: 12391857.

HSL color Cylindrical-coordinate representation of color #B115BD: hue angle of 295.71º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B115BD is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 21 189 -
CMYK 0.06 0.89 0 0.26
HSL 295.71º 0.8% 0.41% -
HSV(B) 295.71º 0.89% 0.74% -
XYZ 27.58 13.56 49.31 -
YUV 86.8 185.68 192.34 -
System Red Green Blue C M Y K H S L
Decimal 177 21 189 0.06 0.89 0 0.26 295.71 0.8 0.41
Hex B1 15 BD 6 59 0 1A 128 50 29
Octal 261 25 275 6 131 0 32 450 120 51
Binary 10110001 10101 10111101 110 1011001 0 11010 100101000 1010000 101001

Color Harmonies of #B115BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B115BD

Black with #B115BD

Text Example


Text Example

White with #B115BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B115BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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