Html Css Color HEX #B33AB1 Fuchsia

📋 copy color: '#B33AB1'

red 179 ◦ green 58 ◦ blue 177

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

Shades of Fuchsia #B33AB1

Tints of Fuchsia #B33AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.75%

R = 43.24%
G = 14.01%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B33AB1 (or 0xB33AB1) is known color: Fuchsia. HEX triplet: B3, 3A and B1. RGB value is (179,58,177). Sum of RGB (Red+Green+Blue) = 179+58+177=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 177 (69.53% from 255 or 42.75% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B33AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33AB1 is #4CC54E. Grayscale: #6B6B6B. Windows color (decimal): -5031247 or 11614899. OLE color: 11614899.

HSL color Cylindrical-coordinate representation of color #B33AB1: hue angle of 300.99º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33AB1 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 58 177 -
CMYK 0 0.68 0.01 0.30
HSL 300.99º 0.51% 0.46% -
HSV(B) 300.99º 0.68% 0.7% -
XYZ 28.04 15.78 43.16 -
YUV 107.75 167.09 178.82 -
System Red Green Blue C M Y K H S L
Decimal 179 58 177 0 0.68 0.01 0.30 300.99 0.51 0.46
Hex B3 3A B1 0 44 1 1E 12D 33 2E
Octal 263 72 261 0 104 1 36 455 63 56
Binary 10110011 111010 10110001 0 1000100 1 11110 100101101 110011 101110

Color Harmonies of #B33AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33AB1

Black with #B33AB1

Text Example


Text Example

White with #B33AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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