#B708DE

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

Shades of Deep Magenta #B708DE

Tints of Deep Magenta #B708DE

Color information

#B708DE (or 0xB708DE) is unknown color: approx Deep Magenta. HEX triplet: B7, 08 and DE. RGB value is (183,8,222). Sum of RGB (Red+Green+Blue) = 183+8+222=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 8 (3.52% from 255 or 1.94% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #B708DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B708DE is #48F721. Grayscale: #545454. Windows color (decimal): -4781858 or 14551223. OLE color: 14551223.

HSL color Cylindrical-coordinate representation of color #B708DE: hue angle of 289.07º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B708DE is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1838222-
CMYK0.180.9600.13
HSL289.07º93.04%45.1%-
HSV(B)289.07º96.4%87.06%-
XYZ32.815.5170.37-
YUV84.72205.48198.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.31%
GREEN value IS 8 (3.52% from 255) = 1.94%
BLUE value IS 222 (87.11% from 255) = 53.75%
R=44.31%
G=1.94%
B=53.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal18382220.180.9600.13289.0793.0445.1
HexB78DE12600D1215d2d
Octal267103362214001544113555
Binary10110111100011011110100101100000011011001000011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B708DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B708DE; }

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

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

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

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

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

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

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

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