#B900BB

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

Shades of Deep Magenta #B900BB

Tints of Deep Magenta #B900BB

Color information

#B900BB (or 0xB900BB) is unknown color: approx Deep Magenta. HEX triplet: B9, 00 and BB. RGB value is (185,0,187). Sum of RGB (Red+Green+Blue) = 185+0+187=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #B900BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B900BB is #46FF44. Grayscale: #4C4C4C. Windows color (decimal): -4652869 or 12255417. OLE color: 12255417.

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

Color convert

RGB1850187-
CMYK0.01100.27
HSL299.36º100%36.67%-
HSV(B)299.36º100%73.33%-
XYZ28.9813.948.17-
YUV76.63190.29205.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 187 (73.44% from 255) = 50.27%
R=49.73%
G=0%
B=50.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18501870.01100.27299.3610036.67
HexB90BB16401B12b6425
Octal2710273114403345314445
Binary10111001010111011111001000110111001010111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B900BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B900BB; }

 p { color: rgb(185,0,187); }

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

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

 a { background-color: rgb(185,0,187); }

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

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

 span { border-color: rgb(185,0,187); }

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