Html Css Color HEX #B336AB Fuchsia

📋 copy color: '#B336AB'

red 179 ◦ green 54 ◦ blue 171

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

Shades of Fuchsia #B336AB

Tints of Fuchsia #B336AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.33%

R = 44.31%
G = 13.37%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B336AB (or 0xB336AB) is known color: Fuchsia. HEX triplet: B3, 36 and AB. RGB value is (179,54,171). Sum of RGB (Red+Green+Blue) = 179+54+171=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B336AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B336AB is #4CC954. Grayscale: #686868. Windows color (decimal): -5032277 or 11220659. OLE color: 11220659.

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

Color convert

RGB 179 54 171 -
CMYK 0 0.70 0.04 0.30
HSL 303.84º 0.54% 0.46% -
HSV(B) 303.84º 0.7% 0.7% -
XYZ 27.26 15.16 40.02 -
YUV 104.71 165.41 180.99 -
System Red Green Blue C M Y K H S L
Decimal 179 54 171 0 0.70 0.04 0.30 303.84 0.54 0.46
Hex B3 36 AB 0 46 4 1E 130 36 2E
Octal 263 66 253 0 106 4 36 460 66 56
Binary 10110011 110110 10101011 0 1000110 100 11110 100110000 110110 101110

Color Harmonies of #B336AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B336AB

Black with #B336AB

Text Example


Text Example

White with #B336AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B336AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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