Html Css Color HEX #B33ABB Fuchsia

📋 copy color: '#B33ABB'

red 179 ◦ green 58 ◦ blue 187

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

Shades of Fuchsia #B33ABB

Tints of Fuchsia #B33ABB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.68%

 BLUE value IS 187 (73.44% from 255) = 44.1%

R = 42.22%
G = 13.68%
B = 44.1%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B33ABB (or 0xB33ABB) is known color: Fuchsia. HEX triplet: B3, 3A and BB. RGB value is (179,58,187). Sum of RGB (Red+Green+Blue) = 179+58+187=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #B33ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33ABB is #4CC544. Grayscale: #6C6C6C. Windows color (decimal): -5031237 or 12270259. OLE color: 12270259.

HSL color Cylindrical-coordinate representation of color #B33ABB: hue angle of 296.28º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B33ABB is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 58 187 -
CMYK 0.04 0.69 0 0.27
HSL 296.28º 0.53% 0.48% -
HSV(B) 296.28º 0.69% 0.73% -
XYZ 29.07 16.2 48.61 -
YUV 108.89 172.09 178.01 -
System Red Green Blue C M Y K H S L
Decimal 179 58 187 0.04 0.69 0 0.27 296.28 0.53 0.48
Hex B3 3A BB 4 45 0 1B 128 35 30
Octal 263 72 273 4 105 0 33 450 65 60
Binary 10110011 111010 10111011 100 1000101 0 11011 100101000 110101 110000

Color Harmonies of #B33ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33ABB

Black with #B33ABB

Text Example


Text Example

White with #B33ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33ABB; }

 p { color: rgb(179,58,187); }

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

background-color css

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

 a { background-color: rgb(179,58,187); }

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

border-color css

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

 span { border-color: rgb(179,58,187); }

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