Html Css Color HEX #B335AB Fuchsia

📋 copy color: '#B335AB'

red 179 ◦ green 53 ◦ blue 171

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

Shades of Fuchsia #B335AB

Tints of Fuchsia #B335AB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.15%

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

R = 44.42%
G = 13.15%
B = 42.43%

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

#B335AB (or 0xB335AB) is known color: Fuchsia. HEX triplet: B3, 35 and AB. RGB value is (179,53,171). Sum of RGB (Red+Green+Blue) = 179+53+171=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B335AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B335AB is #4CCA54. Grayscale: #676767. Windows color (decimal): -5032533 or 11220403. OLE color: 11220403.

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

Color convert

RGB 179 53 171 -
CMYK 0 0.70 0.04 0.30
HSL 303.81º 0.54% 0.45% -
HSV(B) 303.81º 0.7% 0.7% -
XYZ 27.21 15.07 40 -
YUV 104.13 165.74 181.41 -
System Red Green Blue C M Y K H S L
Decimal 179 53 171 0 0.70 0.04 0.30 303.81 0.54 0.45
Hex B3 35 AB 0 46 4 1E 130 36 2D
Octal 263 65 253 0 106 4 36 460 66 55
Binary 10110011 110101 10101011 0 1000110 100 11110 100110000 110110 101101

Color Harmonies of #B335AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B335AB

Black with #B335AB

Text Example


Text Example

White with #B335AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B335AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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