Html Css Color HEX #B309AF Deep Magenta

📋 copy color: '#B309AF'

red 179 ◦ green 9 ◦ blue 175

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

Shades of Deep Magenta #B309AF

Tints of Deep Magenta #B309AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.21%

R = 49.31%
G = 2.48%
B = 48.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B309AF (or 0xB309AF) is known color: Deep Magenta. HEX triplet: B3, 09 and AF. RGB value is (179,9,175). Sum of RGB (Red+Green+Blue) = 179+9+175=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B309AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B309AF is #4CF650. Grayscale: #4E4E4E. Windows color (decimal): -5043793 or 11471283. OLE color: 11471283.

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

Color convert

RGB 179 9 175 -
CMYK 0 0.95 0.02 0.30
HSL 301.41º 0.9% 0.37% -
HSV(B) 301.41º 0.95% 0.7% -
XYZ 26.43 12.87 41.65 -
YUV 78.75 182.32 199.5 -
System Red Green Blue C M Y K H S L
Decimal 179 9 175 0 0.95 0.02 0.30 301.41 0.9 0.37
Hex B3 9 AF 0 5F 2 1E 12D 5A 25
Octal 263 11 257 0 137 2 36 455 132 45
Binary 10110011 1001 10101111 0 1011111 10 11110 100101101 1011010 100101

Color Harmonies of #B309AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B309AF

Black with #B309AF

Text Example


Text Example

White with #B309AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B309AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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