Html Css Color HEX #B309B0 Deep Magenta

📋 copy color: '#B309B0'

red 179 ◦ green 9 ◦ blue 176

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

Shades of Deep Magenta #B309B0

Tints of Deep Magenta #B309B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.35%

R = 49.18%
G = 2.47%
B = 48.35%

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

#B309B0 (or 0xB309B0) is known color: Deep Magenta. HEX triplet: B3, 09 and B0. RGB value is (179,9,176). Sum of RGB (Red+Green+Blue) = 179+9+176=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 176 (69.14% from 255 or 48.35% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B309B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B309B0 is #4CF64F. Grayscale: #4E4E4E. Windows color (decimal): -5043792 or 11536819. OLE color: 11536819.

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

Color convert

RGB 179 9 176 -
CMYK 0 0.95 0.02 0.30
HSL 301.06º 0.9% 0.37% -
HSV(B) 301.06º 0.95% 0.7% -
XYZ 26.52 12.91 42.17 -
YUV 78.87 182.82 199.42 -
System Red Green Blue C M Y K H S L
Decimal 179 9 176 0 0.95 0.02 0.30 301.06 0.9 0.37
Hex B3 9 B0 0 5F 2 1E 12D 5A 25
Octal 263 11 260 0 137 2 36 455 132 45
Binary 10110011 1001 10110000 0 1011111 10 11110 100101101 1011010 100101

Color Harmonies of #B309B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B309B0

Black with #B309B0

Text Example


Text Example

White with #B309B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B309B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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