#B900B8

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

Shades of Deep Magenta #B900B8

Tints of Deep Magenta #B900B8

Color information

#B900B8 (or 0xB900B8) is unknown color: approx Deep Magenta. HEX triplet: B9, 00 and B8. RGB value is (185,0,184). Sum of RGB (Red+Green+Blue) = 185+0+184=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 184 (72.27% from 255 or 49.86% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B900B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B900B8 is #46FF47. Grayscale: #4B4B4B. Windows color (decimal): -4652872 or 12058809. OLE color: 12058809.

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

Color convert

RGB1850184-
CMYK010.010.27
HSL300.32º100%36.27%-
HSV(B)300.32º100%72.55%-
XYZ28.6613.7746.5-
YUV76.29188.79205.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 184 (72.27% from 255) = 49.86%
R=50.14%
G=0%
B=49.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1850184010.010.27300.3210036.27
HexB90B806411B12c6424
Octal2710270014413345414444
Binary10111001010111000011001001110111001011001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B900B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B900B8; }

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

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

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

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

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

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

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

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