#B114B2

Color #B114B2 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B114B2

Tints of Deep Magenta #B114B2

Color information

#B114B2 (or 0xB114B2) is unknown color: approx Deep Magenta. HEX triplet: B1, 14 and B2. RGB value is (177,20,178). Sum of RGB (Red+Green+Blue) = 177+20+178=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 178 - color contains mainly: blue. Hex color #B114B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B114B2 is #4EEB4D. Grayscale: #545454. Windows color (decimal): -5172046 or 11670705. OLE color: 11670705.

HSL color Cylindrical-coordinate representation of color #B114B2: hue angle of 299.62º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B114B2 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17720178-
CMYK0.010.8900.30
HSL299.62º79.8%38.82%-
HSV(B)299.62º88.76%69.8%-
XYZ26.4213.0643.25-
YUV84.96180.51193.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 20 (8.20% from 255) = 5.33%
BLUE value IS 178 (69.92% from 255) = 47.47%
R=47.2%
G=5.33%
B=47.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177201780.010.8900.30299.6279.838.82
HexB114B215901E12c5027
Octal26124262113103645412047
Binary101100011010010110010110110010111101001011001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B114B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B114B2; }

 p { color: rgb(177,20,178); }

 H1.HeaderClassName
 {
   color: #B114B2;
 }
 .AnyTagClassName
 {
   color: #B114B2;
 }
</style>
background-color css

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

 a { background-color: rgb(177,20,178); }

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

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

 span { border-color: rgb(177,20,178); }

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