Html Css Color HEX #B333AB Fuchsia

📋 copy color: '#B333AB'

red 179 ◦ green 51 ◦ blue 171

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

Shades of Fuchsia #B333AB

Tints of Fuchsia #B333AB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.72%

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

R = 44.64%
G = 12.72%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B333AB (or 0xB333AB) is known color: Fuchsia. HEX triplet: B3, 33 and AB. RGB value is (179,51,171). Sum of RGB (Red+Green+Blue) = 179+51+171=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B333AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B333AB is #4CCC54. Grayscale: #666666. Windows color (decimal): -5033045 or 11219891. OLE color: 11219891.

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

Color convert

RGB 179 51 171 -
CMYK 0 0.72 0.04 0.30
HSL 303.75º 0.56% 0.45% -
HSV(B) 303.75º 0.72% 0.7% -
XYZ 27.12 14.89 39.97 -
YUV 102.95 166.41 182.24 -
System Red Green Blue C M Y K H S L
Decimal 179 51 171 0 0.72 0.04 0.30 303.75 0.56 0.45
Hex B3 33 AB 0 48 4 1E 130 38 2D
Octal 263 63 253 0 110 4 36 460 70 55
Binary 10110011 110011 10101011 0 1001000 100 11110 100110000 111000 101101

Color Harmonies of #B333AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B333AB

Black with #B333AB

Text Example


Text Example

White with #B333AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B333AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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