#B926BA

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

Shades of Deep Magenta #B926BA

Tints of Deep Magenta #B926BA

Color information

#B926BA (or 0xB926BA) is unknown color: approx Deep Magenta. HEX triplet: B9, 26 and BA. RGB value is (185,38,186). Sum of RGB (Red+Green+Blue) = 185+38+186=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #B926BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B926BA is #46D945. Grayscale: #626262. Windows color (decimal): -4643142 or 12199609. OLE color: 12199609.

HSL color Cylindrical-coordinate representation of color #B926BA: hue angle of 299.59º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B926BA is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18538186-
CMYK0.010.8000.27
HSL299.59º66.07%43.92%-
HSV(B)299.59º79.57%72.94%-
XYZ29.5615.2547.84-
YUV98.82177.2189.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 38 (15.23% from 255) = 9.29%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=45.23%
G=9.29%
B=45.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185381860.010.8000.27299.5966.0743.92
HexB926BA15001B12c422c
Octal27146272112003345410254
Binary1011100110011010111010110100000110111001011001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B926BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B926BA; }

 p { color: rgb(185,38,186); }

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

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

 a { background-color: rgb(185,38,186); }

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

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

 span { border-color: rgb(185,38,186); }

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