#B908B7

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

Shades of Deep Magenta #B908B7

Tints of Deep Magenta #B908B7

Color information

#B908B7 (or 0xB908B7) is unknown color: approx Deep Magenta. HEX triplet: B9, 08 and B7. RGB value is (185,8,183). Sum of RGB (Red+Green+Blue) = 185+8+183=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 183 (71.88% from 255 or 48.67% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B908B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B908B7 is #46F748. Grayscale: #505050. Windows color (decimal): -4650825 or 11995321. OLE color: 11995321.

HSL color Cylindrical-coordinate representation of color #B908B7: hue angle of 300.68º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B908B7 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB1858183-
CMYK00.960.010.27
HSL300.68º91.71%37.84%-
HSV(B)300.68º95.68%72.55%-
XYZ28.6413.9145.97-
YUV80.87185.64202.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.20%
GREEN value IS 8 (3.52% from 255) = 2.13%
BLUE value IS 183 (71.88% from 255) = 48.67%
R=49.20%
G=2.13%
B=48.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185818300.960.010.27300.6891.7137.84
HexB98B706011B12d5c26
Octal27110267014013345513446
Binary10111001100010110111011000001110111001011011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B908B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B908B7; }

 p { color: rgb(185,8,183); }

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

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

 a { background-color: rgb(185,8,183); }

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

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

 span { border-color: rgb(185,8,183); }

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