Html Css Color HEX #B309AD Deep Magenta

📋 copy color: '#B309AD'

red 179 ◦ green 9 ◦ blue 173

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

Shades of Deep Magenta #B309AD

Tints of Deep Magenta #B309AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.92%

R = 49.58%
G = 2.49%
B = 47.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B309AD (or 0xB309AD) is known color: Deep Magenta. HEX triplet: B3, 09 and AD. RGB value is (179,9,173). Sum of RGB (Red+Green+Blue) = 179+9+173=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B309AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B309AD is #4CF652. Grayscale: #4E4E4E. Windows color (decimal): -5043795 or 11340211. OLE color: 11340211.

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

Color convert

RGB 179 9 173 -
CMYK 0 0.95 0.03 0.30
HSL 302.12º 0.9% 0.37% -
HSV(B) 302.12º 0.95% 0.7% -
XYZ 26.23 12.8 40.62 -
YUV 78.53 181.32 199.66 -
System Red Green Blue C M Y K H S L
Decimal 179 9 173 0 0.95 0.03 0.30 302.12 0.9 0.37
Hex B3 9 AD 0 5F 3 1E 12E 5A 25
Octal 263 11 255 0 137 3 36 456 132 45
Binary 10110011 1001 10101101 0 1011111 11 11110 100101110 1011010 100101

Color Harmonies of #B309AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B309AD

Black with #B309AD

Text Example


Text Example

White with #B309AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B309AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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