Html Css Color HEX #B306AA Deep Magenta

📋 copy color: '#B306AA'

red 179 ◦ green 6 ◦ blue 170

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

Shades of Deep Magenta #B306AA

Tints of Deep Magenta #B306AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.89%

R = 50.42%
G = 1.69%
B = 47.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B306AA (or 0xB306AA) is known color: Deep Magenta. HEX triplet: B3, 06 and AA. RGB value is (179,6,170). Sum of RGB (Red+Green+Blue) = 179+6+170=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B306AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B306AA is #4CF955. Grayscale: #4B4B4B. Windows color (decimal): -5044566 or 11142835. OLE color: 11142835.

HSL color Cylindrical-coordinate representation of color #B306AA: hue angle of 303.12º 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 #B306AA is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 6 170 -
CMYK 0 0.97 0.05 0.30
HSL 303.12º 0.94% 0.36% -
HSV(B) 303.12º 0.97% 0.7% -
XYZ 25.91 12.62 39.1 -
YUV 76.42 180.81 201.16 -
System Red Green Blue C M Y K H S L
Decimal 179 6 170 0 0.97 0.05 0.30 303.12 0.94 0.36
Hex B3 6 AA 0 61 5 1E 12F 5E 24
Octal 263 6 252 0 141 5 36 457 136 44
Binary 10110011 110 10101010 0 1100001 101 11110 100101111 1011110 100100

Color Harmonies of #B306AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B306AA

Black with #B306AA

Text Example


Text Example

White with #B306AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B306AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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