Html Css Color HEX #B336AA Fuchsia

📋 copy color: '#B336AA'

red 179 ◦ green 54 ◦ blue 170

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

Shades of Fuchsia #B336AA

Tints of Fuchsia #B336AA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.4%

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

R = 44.42%
G = 13.4%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B336AA (or 0xB336AA) is known color: Fuchsia. HEX triplet: B3, 36 and AA. RGB value is (179,54,170). Sum of RGB (Red+Green+Blue) = 179+54+170=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B336AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B336AA is #4CC955. Grayscale: #686868. Windows color (decimal): -5032278 or 11155123. OLE color: 11155123.

HSL color Cylindrical-coordinate representation of color #B336AA: hue angle of 304.32º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B336AA is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 54 170 -
CMYK 0 0.70 0.05 0.30
HSL 304.32º 0.54% 0.46% -
HSV(B) 304.32º 0.7% 0.7% -
XYZ 27.17 15.12 39.52 -
YUV 104.6 164.91 181.07 -
System Red Green Blue C M Y K H S L
Decimal 179 54 170 0 0.70 0.05 0.30 304.32 0.54 0.46
Hex B3 36 AA 0 46 5 1E 130 36 2E
Octal 263 66 252 0 106 5 36 460 66 56
Binary 10110011 110110 10101010 0 1000110 101 11110 100110000 110110 101110

Color Harmonies of #B336AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B336AA

Black with #B336AA

Text Example


Text Example

White with #B336AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B336AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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