Html Css Color HEX #B33ABA Fuchsia

📋 copy color: '#B33ABA'

red 179 ◦ green 58 ◦ blue 186

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

Shades of Fuchsia #B33ABA

Tints of Fuchsia #B33ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.97%

R = 42.32%
G = 13.71%
B = 43.97%

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

#B33ABA (or 0xB33ABA) is known color: Fuchsia. HEX triplet: B3, 3A and BA. RGB value is (179,58,186). Sum of RGB (Red+Green+Blue) = 179+58+186=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #B33ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33ABA is #4CC545. Grayscale: #6C6C6C. Windows color (decimal): -5031238 or 12204723. OLE color: 12204723.

HSL color Cylindrical-coordinate representation of color #B33ABA: hue angle of 296.72º degrees, saturation: 0.52, 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 #B33ABA is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 58 186 -
CMYK 0.04 0.69 0 0.27
HSL 296.72º 0.52% 0.48% -
HSV(B) 296.72º 0.69% 0.73% -
XYZ 28.97 16.15 48.05 -
YUV 108.77 171.59 178.09 -
System Red Green Blue C M Y K H S L
Decimal 179 58 186 0.04 0.69 0 0.27 296.72 0.52 0.48
Hex B3 3A BA 4 45 0 1B 129 34 30
Octal 263 72 272 4 105 0 33 451 64 60
Binary 10110011 111010 10111010 100 1000101 0 11011 100101001 110100 110000

Color Harmonies of #B33ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33ABA

Black with #B33ABA

Text Example


Text Example

White with #B33ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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