Html Css Color HEX #B306B7 Deep Magenta

📋 copy color: '#B306B7'

red 179 ◦ green 6 ◦ blue 183

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

Shades of Deep Magenta #B306B7

Tints of Deep Magenta #B306B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 49.73%

R = 48.64%
G = 1.63%
B = 49.73%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B306B7 (or 0xB306B7) is known color: Deep Magenta. HEX triplet: B3, 06 and B7. RGB value is (179,6,183). Sum of RGB (Red+Green+Blue) = 179+6+183=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 183 (71.88% from 255 or 49.73% from 368); Max value from RGB is 183 - color contains mainly: blue. Hex color #B306B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B306B7 is #4CF948. Grayscale: #4D4D4D. Windows color (decimal): -5044553 or 11994803. OLE color: 11994803.

HSL color Cylindrical-coordinate representation of color #B306B7: hue angle of 298.64º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B306B7 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 179 6 183 -
CMYK 0.02 0.97 0 0.28
HSL 298.64º 0.94% 0.37% -
HSV(B) 298.64º 0.97% 0.72% -
XYZ 27.2 13.13 45.9 -
YUV 77.91 187.31 200.11 -
System Red Green Blue C M Y K H S L
Decimal 179 6 183 0.02 0.97 0 0.28 298.64 0.94 0.37
Hex B3 6 B7 2 61 0 1C 12B 5E 25
Octal 263 6 267 2 141 0 34 453 136 45
Binary 10110011 110 10110111 10 1100001 0 11100 100101011 1011110 100101

Color Harmonies of #B306B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B306B7

Black with #B306B7

Text Example


Text Example

White with #B306B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B306B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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