Html Css Color HEX #B115B4 Deep Magenta

📋 copy color: '#B115B4'

red 177 ◦ green 21 ◦ blue 180

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

Shades of Deep Magenta #B115B4

Tints of Deep Magenta #B115B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47.62%

R = 46.83%
G = 5.56%
B = 47.62%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B115B4 (or 0xB115B4) is known color: Deep Magenta. HEX triplet: B1, 15 and B4. RGB value is (177,21,180). Sum of RGB (Red+Green+Blue) = 177+21+180=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 180 - color contains mainly: blue. Hex color #B115B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115B4 is #4EEA4B. Grayscale: #555555. Windows color (decimal): -5171788 or 11802033. OLE color: 11802033.

HSL color Cylindrical-coordinate representation of color #B115B4: hue angle of 298.87º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B115B4 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 21 180 -
CMYK 0.02 0.88 0 0.29
HSL 298.87º 0.79% 0.39% -
HSV(B) 298.87º 0.88% 0.71% -
XYZ 26.64 13.18 44.32 -
YUV 85.77 181.18 193.07 -
System Red Green Blue C M Y K H S L
Decimal 177 21 180 0.02 0.88 0 0.29 298.87 0.79 0.39
Hex B1 15 B4 2 58 0 1D 12B 4F 27
Octal 261 25 264 2 130 0 35 453 117 47
Binary 10110001 10101 10110100 10 1011000 0 11101 100101011 1001111 100111

Color Harmonies of #B115B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B115B4

Black with #B115B4

Text Example


Text Example

White with #B115B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B115B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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