Html Css Color HEX #B333AF Fuchsia

📋 copy color: '#B333AF'

red 179 ◦ green 51 ◦ blue 175

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

Shades of Fuchsia #B333AF

Tints of Fuchsia #B333AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.21%

R = 44.2%
G = 12.59%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B333AF (or 0xB333AF) is known color: Fuchsia. HEX triplet: B3, 33 and AF. RGB value is (179,51,175). Sum of RGB (Red+Green+Blue) = 179+51+175=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B333AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B333AF is #4CCC50. Grayscale: #676767. Windows color (decimal): -5033041 or 11482035. OLE color: 11482035.

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

Color convert

RGB 179 51 175 -
CMYK 0 0.72 0.02 0.30
HSL 301.88º 0.56% 0.45% -
HSV(B) 301.88º 0.72% 0.7% -
XYZ 27.51 15.05 42.01 -
YUV 103.41 168.41 181.92 -
System Red Green Blue C M Y K H S L
Decimal 179 51 175 0 0.72 0.02 0.30 301.88 0.56 0.45
Hex B3 33 AF 0 48 2 1E 12E 38 2D
Octal 263 63 257 0 110 2 36 456 70 55
Binary 10110011 110011 10101111 0 1001000 10 11110 100101110 111000 101101

Color Harmonies of #B333AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B333AF

Black with #B333AF

Text Example


Text Example

White with #B333AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B333AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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