Html Css Color HEX #B310DA Deep Magenta

📋 copy color: '#B310DA'

red 179 ◦ green 16 ◦ blue 218

#B310DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #B310DA

Tints of Deep Magenta #B310DA

RGB

 RED value IS 179 (70.31% from 255) = 43.34%

 GREEN value IS 16 (6.64% from 255) = 3.87%

 BLUE value IS 218 (85.55% from 255) = 52.78%

R = 43.34%
G = 3.87%
B = 52.78%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B310DA (or 0xB310DA) is known color: Deep Magenta. HEX triplet: B3, 10 and DA. RGB value is (179,16,218). Sum of RGB (Red+Green+Blue) = 179+16+218=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #B310DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B310DA is #4CEF25. Grayscale: #575757. Windows color (decimal): -5041958 or 14291123. OLE color: 14291123.

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

Color convert

RGB 179 16 218 -
CMYK 0.18 0.93 0 0.15
HSL 288.42º 0.86% 0.46% -
HSV(B) 288.42º 0.93% 0.85% -
XYZ 31.43 15.02 67.57 -
YUV 87.77 201.5 193.07 -
System Red Green Blue C M Y K H S L
Decimal 179 16 218 0.18 0.93 0 0.15 288.42 0.86 0.46
Hex B3 10 DA 12 5D 0 F 120 56 2E
Octal 263 20 332 22 135 0 17 440 126 56
Binary 10110011 10000 11011010 10010 1011101 0 1111 100100000 1010110 101110

Color Harmonies of #B310DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B310DA

Black with #B310DA

Text Example


Text Example

White with #B310DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B310DA; }

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

 H1.HeaderClassName
 {
   color: #B310DA;
 }
 .AnyTagClassName
 {
   color: #B310DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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