Html Css Color HEX #B33CAC Fuchsia

📋 copy color: '#B33CAC'

red 179 ◦ green 60 ◦ blue 172

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

Shades of Fuchsia #B33CAC

Tints of Fuchsia #B33CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.6%

 BLUE value IS 172 (67.58% from 255) = 41.85%

R = 43.55%
G = 14.6%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B33CAC (or 0xB33CAC) is known color: Fuchsia. HEX triplet: B3, 3C and AC. RGB value is (179,60,172). Sum of RGB (Red+Green+Blue) = 179+60+172=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B33CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33CAC is #4CC353. Grayscale: #6C6C6C. Windows color (decimal): -5030740 or 11287731. OLE color: 11287731.

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

Color convert

RGB 179 60 172 -
CMYK 0 0.66 0.04 0.30
HSL 303.53º 0.5% 0.47% -
HSV(B) 303.53º 0.66% 0.7% -
XYZ 27.65 15.79 40.62 -
YUV 108.35 163.92 178.39 -
System Red Green Blue C M Y K H S L
Decimal 179 60 172 0 0.66 0.04 0.30 303.53 0.5 0.47
Hex B3 3C AC 0 42 4 1E 130 32 2F
Octal 263 74 254 0 102 4 36 460 62 57
Binary 10110011 111100 10101100 0 1000010 100 11110 100110000 110010 101111

Color Harmonies of #B33CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33CAC

Black with #B33CAC

Text Example


Text Example

White with #B33CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33CAC; }

 p { color: rgb(179,60,172); }

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

background-color css

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

 a { background-color: rgb(179,60,172); }

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

border-color css

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

 span { border-color: rgb(179,60,172); }

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