#B308DA

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

Shades of Deep Magenta #B308DA

Tints of Deep Magenta #B308DA

Color information

#B308DA (or 0xB308DA) is unknown color: approx Deep Magenta. HEX triplet: B3, 08 and DA. RGB value is (179,8,218). Sum of RGB (Red+Green+Blue) = 179+8+218=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 8 (3.52% from 255 or 1.98% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #B308DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B308DA is #4CF725. Grayscale: #525252. Windows color (decimal): -5044006 or 14289075. OLE color: 14289075.

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

Color convert

RGB1798218-
CMYK0.180.9600.15
HSL288.86º92.92%44.31%-
HSV(B)288.86º96.33%85.49%-
XYZ31.3314.8267.54-
YUV83.07204.15196.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.20%
GREEN value IS 8 (3.52% from 255) = 1.98%
BLUE value IS 218 (85.55% from 255) = 53.83%
R=44.20%
G=1.98%
B=53.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal17982180.180.9600.15288.8692.9244.31
HexB38DA12600F1215d2c
Octal263103322214001744113554
Binary10110011100011011010100101100000011111001000011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B308DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B308DA; }

 p { color: rgb(179,8,218); }

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

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

 a { background-color: rgb(179,8,218); }

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

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

 span { border-color: rgb(179,8,218); }

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