#B600BF

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

Shades of Deep Magenta #B600BF

Tints of Deep Magenta #B600BF

Color information

#B600BF (or 0xB600BF) is unknown color: approx Deep Magenta. HEX triplet: B6, 00 and BF. RGB value is (182,0,191). Sum of RGB (Red+Green+Blue) = 182+0+191=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #B600BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B600BF is #49FF40. Grayscale: #4B4B4B. Windows color (decimal): -4849473 or 12517558. OLE color: 12517558.

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

Color convert

RGB1820191-
CMYK0.05100.25
HSL297.17º100%37.45%-
HSV(B)297.17º100%74.9%-
XYZ28.713.7150.42-
YUV76.19192.8203.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 51.21%
R=48.79%
G=0%
B=51.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18201910.05100.25297.1710037.45
HexB60BF5640191296425
Octal2660277514403145114445
Binary1011011001011111110111001000110011001010011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B600BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B600BF; }

 p { color: rgb(182,0,191); }

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

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

 a { background-color: rgb(182,0,191); }

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

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

 span { border-color: rgb(182,0,191); }

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