Html Css Color HEX #B309AC Deep Magenta

📋 copy color: '#B309AC'

red 179 ◦ green 9 ◦ blue 172

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

Shades of Deep Magenta #B309AC

Tints of Deep Magenta #B309AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.78%

R = 49.72%
G = 2.5%
B = 47.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B309AC (or 0xB309AC) is known color: Deep Magenta. HEX triplet: B3, 09 and AC. RGB value is (179,9,172). Sum of RGB (Red+Green+Blue) = 179+9+172=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B309AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B309AC is #4CF653. Grayscale: #4D4D4D. Windows color (decimal): -5043796 or 11274675. OLE color: 11274675.

HSL color Cylindrical-coordinate representation of color #B309AC: hue angle of 302.47º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B309AC is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 9 172 -
CMYK 0 0.95 0.04 0.30
HSL 302.47º 0.9% 0.37% -
HSV(B) 302.47º 0.95% 0.7% -
XYZ 26.13 12.76 40.11 -
YUV 78.41 180.82 199.75 -
System Red Green Blue C M Y K H S L
Decimal 179 9 172 0 0.95 0.04 0.30 302.47 0.9 0.37
Hex B3 9 AC 0 5F 4 1E 12E 5A 25
Octal 263 11 254 0 137 4 36 456 132 45
Binary 10110011 1001 10101100 0 1011111 100 11110 100101110 1011010 100101

Color Harmonies of #B309AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B309AC

Black with #B309AC

Text Example


Text Example

White with #B309AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B309AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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