Html Css Color HEX #B306BB Deep Magenta

📋 copy color: '#B306BB'

red 179 ◦ green 6 ◦ blue 187

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

Shades of Deep Magenta #B306BB

Tints of Deep Magenta #B306BB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.61%

 BLUE value IS 187 (73.44% from 255) = 50.27%

R = 48.12%
G = 1.61%
B = 50.27%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B306BB (or 0xB306BB) is known color: Deep Magenta. HEX triplet: B3, 06 and BB. RGB value is (179,6,187). Sum of RGB (Red+Green+Blue) = 179+6+187=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #B306BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B306BB is #4CF944. Grayscale: #4D4D4D. Windows color (decimal): -5044549 or 12256947. OLE color: 12256947.

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

Color convert

RGB 179 6 187 -
CMYK 0.04 0.97 0 0.27
HSL 297.35º 0.94% 0.38% -
HSV(B) 297.35º 0.97% 0.73% -
XYZ 27.63 13.3 48.13 -
YUV 78.36 189.31 199.78 -
System Red Green Blue C M Y K H S L
Decimal 179 6 187 0.04 0.97 0 0.27 297.35 0.94 0.38
Hex B3 6 BB 4 61 0 1B 129 5E 26
Octal 263 6 273 4 141 0 33 451 136 46
Binary 10110011 110 10111011 100 1100001 0 11011 100101001 1011110 100110

Color Harmonies of #B306BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B306BB

Black with #B306BB

Text Example


Text Example

White with #B306BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B306BB; }

 p { color: rgb(179,6,187); }

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

background-color css

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

 a { background-color: rgb(179,6,187); }

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

border-color css

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

 span { border-color: rgb(179,6,187); }

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