Html Css Color HEX #B334AB Fuchsia

📋 copy color: '#B334AB'

red 179 ◦ green 52 ◦ blue 171

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

Shades of Fuchsia #B334AB

Tints of Fuchsia #B334AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.94%

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

R = 44.53%
G = 12.94%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B334AB (or 0xB334AB) is known color: Fuchsia. HEX triplet: B3, 34 and AB. RGB value is (179,52,171). Sum of RGB (Red+Green+Blue) = 179+52+171=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B334AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B334AB is #4CCB54. Grayscale: #676767. Windows color (decimal): -5032789 or 11220147. OLE color: 11220147.

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

Color convert

RGB 179 52 171 -
CMYK 0 0.71 0.04 0.30
HSL 303.78º 0.55% 0.45% -
HSV(B) 303.78º 0.71% 0.7% -
XYZ 27.17 14.98 39.99 -
YUV 103.54 166.08 181.82 -
System Red Green Blue C M Y K H S L
Decimal 179 52 171 0 0.71 0.04 0.30 303.78 0.55 0.45
Hex B3 34 AB 0 47 4 1E 130 37 2D
Octal 263 64 253 0 107 4 36 460 67 55
Binary 10110011 110100 10101011 0 1000111 100 11110 100110000 110111 101101

Color Harmonies of #B334AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B334AB

Black with #B334AB

Text Example


Text Example

White with #B334AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B334AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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