Html Css Color HEX #B33FAB Fuchsia

📋 copy color: '#B33FAB'

red 179 ◦ green 63 ◦ blue 171

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

Shades of Fuchsia #B33FAB

Tints of Fuchsia #B33FAB

RGB

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

 GREEN value IS 63 (25% from 255) = 15.25%

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

R = 43.34%
G = 15.25%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B33FAB (or 0xB33FAB) is known color: Fuchsia. HEX triplet: B3, 3F and AB. RGB value is (179,63,171). Sum of RGB (Red+Green+Blue) = 179+63+171=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B33FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33FAB is #4CC054. Grayscale: #6D6D6D. Windows color (decimal): -5029973 or 11222963. OLE color: 11222963.

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

Color convert

RGB 179 63 171 -
CMYK 0 0.65 0.04 0.30
HSL 304.14º 0.48% 0.47% -
HSV(B) 304.14º 0.65% 0.7% -
XYZ 27.72 16.08 40.17 -
YUV 110 162.43 177.22 -
System Red Green Blue C M Y K H S L
Decimal 179 63 171 0 0.65 0.04 0.30 304.14 0.48 0.47
Hex B3 3F AB 0 41 4 1E 130 30 2F
Octal 263 77 253 0 101 4 36 460 60 57
Binary 10110011 111111 10101011 0 1000001 100 11110 100110000 110000 101111

Color Harmonies of #B33FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33FAB

Black with #B33FAB

Text Example


Text Example

White with #B33FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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