Html Css Color HEX #B333AA Fuchsia

📋 copy color: '#B333AA'

red 179 ◦ green 51 ◦ blue 170

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

Shades of Fuchsia #B333AA

Tints of Fuchsia #B333AA

RGB

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

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

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

R = 44.75%
G = 12.75%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B333AA (or 0xB333AA) is known color: Fuchsia. HEX triplet: B3, 33 and AA. RGB value is (179,51,170). Sum of RGB (Red+Green+Blue) = 179+51+170=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 51 (20.31% from 255 or 12.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B333AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B333AA is #4CCC55. Grayscale: #666666. Windows color (decimal): -5033046 or 11154355. OLE color: 11154355.

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

Color convert

RGB 179 51 170 -
CMYK 0 0.72 0.05 0.30
HSL 304.22º 0.56% 0.45% -
HSV(B) 304.22º 0.72% 0.7% -
XYZ 27.03 14.85 39.47 -
YUV 102.84 165.91 182.32 -
System Red Green Blue C M Y K H S L
Decimal 179 51 170 0 0.72 0.05 0.30 304.22 0.56 0.45
Hex B3 33 AA 0 48 5 1E 130 38 2D
Octal 263 63 252 0 110 5 36 460 70 55
Binary 10110011 110011 10101010 0 1001000 101 11110 100110000 111000 101101

Color Harmonies of #B333AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B333AA

Black with #B333AA

Text Example


Text Example

White with #B333AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B333AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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