Html Css Color HEX #B309BA Deep Magenta

📋 copy color: '#B309BA'

red 179 ◦ green 9 ◦ blue 186

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

Shades of Deep Magenta #B309BA

Tints of Deep Magenta #B309BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 47.86%
G = 2.41%
B = 49.73%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B309BA (or 0xB309BA) is known color: Deep Magenta. HEX triplet: B3, 09 and BA. RGB value is (179,9,186). Sum of RGB (Red+Green+Blue) = 179+9+186=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #B309BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B309BA is #4CF645. Grayscale: #4F4F4F. Windows color (decimal): -5043782 or 12192179. OLE color: 12192179.

HSL color Cylindrical-coordinate representation of color #B309BA: hue angle of 297.63º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B309BA is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 9 186 -
CMYK 0.04 0.95 0 0.27
HSL 297.63º 0.91% 0.38% -
HSV(B) 297.63º 0.95% 0.73% -
XYZ 27.55 13.32 47.57 -
YUV 80.01 187.82 198.61 -
System Red Green Blue C M Y K H S L
Decimal 179 9 186 0.04 0.95 0 0.27 297.63 0.91 0.38
Hex B3 9 BA 4 5F 0 1B 12A 5B 26
Octal 263 11 272 4 137 0 33 452 133 46
Binary 10110011 1001 10111010 100 1011111 0 11011 100101010 1011011 100110

Color Harmonies of #B309BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B309BA

Black with #B309BA

Text Example


Text Example

White with #B309BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B309BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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