Html Css Color HEX #B308BA Deep Magenta

📋 copy color: '#B308BA'

red 179 ◦ green 8 ◦ blue 186

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

Shades of Deep Magenta #B308BA

Tints of Deep Magenta #B308BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.14%

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

R = 47.99%
G = 2.14%
B = 49.87%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B308BA (or 0xB308BA) is known color: Deep Magenta. HEX triplet: B3, 08 and BA. RGB value is (179,8,186). Sum of RGB (Red+Green+Blue) = 179+8+186=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #B308BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B308BA is #4CF745. Grayscale: #4E4E4E. Windows color (decimal): -5044038 or 12191923. OLE color: 12191923.

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

Color convert

RGB 179 8 186 -
CMYK 0.04 0.96 0 0.27
HSL 297.64º 0.92% 0.38% -
HSV(B) 297.64º 0.96% 0.73% -
XYZ 27.54 13.3 47.57 -
YUV 79.42 188.15 199.03 -
System Red Green Blue C M Y K H S L
Decimal 179 8 186 0.04 0.96 0 0.27 297.64 0.92 0.38
Hex B3 8 BA 4 60 0 1B 12A 5C 26
Octal 263 10 272 4 140 0 33 452 134 46
Binary 10110011 1000 10111010 100 1100000 0 11011 100101010 1011100 100110

Color Harmonies of #B308BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B308BA

Black with #B308BA

Text Example


Text Example

White with #B308BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B308BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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