Html Css Color HEX #B306AF Deep Magenta

📋 copy color: '#B306AF'

red 179 ◦ green 6 ◦ blue 175

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

Shades of Deep Magenta #B306AF

Tints of Deep Magenta #B306AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.61%

R = 49.72%
G = 1.67%
B = 48.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B306AF (or 0xB306AF) is known color: Deep Magenta. HEX triplet: B3, 06 and AF. RGB value is (179,6,175). Sum of RGB (Red+Green+Blue) = 179+6+175=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B306AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B306AF is #4CF950. Grayscale: #4C4C4C. Windows color (decimal): -5044561 or 11470515. OLE color: 11470515.

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

Color convert

RGB 179 6 175 -
CMYK 0 0.97 0.02 0.30
HSL 301.39º 0.94% 0.36% -
HSV(B) 301.39º 0.97% 0.7% -
XYZ 26.39 12.81 41.64 -
YUV 76.99 183.31 200.76 -
System Red Green Blue C M Y K H S L
Decimal 179 6 175 0 0.97 0.02 0.30 301.39 0.94 0.36
Hex B3 6 AF 0 61 2 1E 12D 5E 24
Octal 263 6 257 0 141 2 36 455 136 44
Binary 10110011 110 10101111 0 1100001 10 11110 100101101 1011110 100100

Color Harmonies of #B306AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B306AF

Black with #B306AF

Text Example


Text Example

White with #B306AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B306AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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