Html Css Color HEX #B309AA Deep Magenta

📋 copy color: '#B309AA'

red 179 ◦ green 9 ◦ blue 170

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

Shades of Deep Magenta #B309AA

Tints of Deep Magenta #B309AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.49%

R = 50%
G = 2.51%
B = 47.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B309AA (or 0xB309AA) is known color: Deep Magenta. HEX triplet: B3, 09 and AA. RGB value is (179,9,170). Sum of RGB (Red+Green+Blue) = 179+9+170=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B309AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B309AA is #4CF655. Grayscale: #4D4D4D. Windows color (decimal): -5043798 or 11143603. OLE color: 11143603.

HSL color Cylindrical-coordinate representation of color #B309AA: hue angle of 303.18º 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 #B309AA is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 9 170 -
CMYK 0 0.95 0.05 0.30
HSL 303.18º 0.9% 0.37% -
HSV(B) 303.18º 0.95% 0.7% -
XYZ 25.94 12.68 39.11 -
YUV 78.18 179.82 199.91 -
System Red Green Blue C M Y K H S L
Decimal 179 9 170 0 0.95 0.05 0.30 303.18 0.9 0.37
Hex B3 9 AA 0 5F 5 1E 12F 5A 25
Octal 263 11 252 0 137 5 36 457 132 45
Binary 10110011 1001 10101010 0 1011111 101 11110 100101111 1011010 100101

Color Harmonies of #B309AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B309AA

Black with #B309AA

Text Example


Text Example

White with #B309AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B309AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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