Html Css Color HEX #B33AB2 Fuchsia

📋 copy color: '#B33AB2'

red 179 ◦ green 58 ◦ blue 178

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

Shades of Fuchsia #B33AB2

Tints of Fuchsia #B33AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.89%

R = 43.13%
G = 13.98%
B = 42.89%

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

#B33AB2 (or 0xB33AB2) is known color: Fuchsia. HEX triplet: B3, 3A and B2. RGB value is (179,58,178). Sum of RGB (Red+Green+Blue) = 179+58+178=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B33AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33AB2 is #4CC54D. Grayscale: #6B6B6B. Windows color (decimal): -5031246 or 11680435. OLE color: 11680435.

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

Color convert

RGB 179 58 178 -
CMYK 0 0.68 0.01 0.30
HSL 300.5º 0.51% 0.46% -
HSV(B) 300.5º 0.68% 0.7% -
XYZ 28.14 15.82 43.69 -
YUV 107.86 167.59 178.74 -
System Red Green Blue C M Y K H S L
Decimal 179 58 178 0 0.68 0.01 0.30 300.5 0.51 0.46
Hex B3 3A B2 0 44 1 1E 12C 33 2E
Octal 263 72 262 0 104 1 36 454 63 56
Binary 10110011 111010 10110010 0 1000100 1 11110 100101100 110011 101110

Color Harmonies of #B33AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33AB2

Black with #B33AB2

Text Example


Text Example

White with #B33AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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