Html Css Color HEX #B309D9 Deep Magenta

📋 copy color: '#B309D9'

red 179 ◦ green 9 ◦ blue 217

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

Shades of Deep Magenta #B309D9

Tints of Deep Magenta #B309D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 53.58%

R = 44.2%
G = 2.22%
B = 53.58%

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

#B309D9 (or 0xB309D9) is known color: Deep Magenta. HEX triplet: B3, 09 and D9. RGB value is (179,9,217). Sum of RGB (Red+Green+Blue) = 179+9+217=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 217 (85.16% from 255 or 53.58% from 405); Max value from RGB is 217 - color contains mainly: blue. Hex color #B309D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B309D9 is #4CF626. Grayscale: #525252. Windows color (decimal): -5043751 or 14223795. OLE color: 14223795.

HSL color Cylindrical-coordinate representation of color #B309D9: hue angle of 289.04º degrees, saturation: 0.92, 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 #B309D9 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 9 217 -
CMYK 0.18 0.96 0 0.15
HSL 289.04º 0.92% 0.44% -
HSV(B) 289.04º 0.96% 0.85% -
XYZ 31.21 14.79 66.86 -
YUV 83.54 203.32 196.09 -
System Red Green Blue C M Y K H S L
Decimal 179 9 217 0.18 0.96 0 0.15 289.04 0.92 0.44
Hex B3 9 D9 12 60 0 F 121 5C 2C
Octal 263 11 331 22 140 0 17 441 134 54
Binary 10110011 1001 11011001 10010 1100000 0 1111 100100001 1011100 101100

Color Harmonies of #B309D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B309D9

Black with #B309D9

Text Example


Text Example

White with #B309D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B309D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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