Html Css Color HEX #B309DA Deep Magenta

📋 copy color: '#B309DA'

red 179 ◦ green 9 ◦ blue 218

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

Shades of Deep Magenta #B309DA

Tints of Deep Magenta #B309DA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.22%

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

R = 44.09%
G = 2.22%
B = 53.69%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B309DA (or 0xB309DA) is known color: Deep Magenta. HEX triplet: B3, 09 and DA. RGB value is (179,9,218). Sum of RGB (Red+Green+Blue) = 179+9+218=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 9 (3.91% from 255 or 2.22% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #B309DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B309DA is #4CF625. Grayscale: #525252. Windows color (decimal): -5043750 or 14289331. OLE color: 14289331.

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

Color convert

RGB 179 9 218 -
CMYK 0.18 0.96 0 0.15
HSL 288.8º 0.92% 0.45% -
HSV(B) 288.8º 0.96% 0.85% -
XYZ 31.34 14.84 67.54 -
YUV 83.66 203.82 196.01 -
System Red Green Blue C M Y K H S L
Decimal 179 9 218 0.18 0.96 0 0.15 288.8 0.92 0.45
Hex B3 9 DA 12 60 0 F 121 5C 2D
Octal 263 11 332 22 140 0 17 441 134 55
Binary 10110011 1001 11011010 10010 1100000 0 1111 100100001 1011100 101101

Color Harmonies of #B309DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B309DA

Black with #B309DA

Text Example


Text Example

White with #B309DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B309DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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