Html Css Color HEX #B330AC Fuchsia

📋 copy color: '#B330AC'

red 179 ◦ green 48 ◦ blue 172

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

Shades of Fuchsia #B330AC

Tints of Fuchsia #B330AC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.03%

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

R = 44.86%
G = 12.03%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B330AC (or 0xB330AC) is known color: Fuchsia. HEX triplet: B3, 30 and AC. RGB value is (179,48,172). Sum of RGB (Red+Green+Blue) = 179+48+172=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B330AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B330AC is #4CCF53. Grayscale: #646464. Windows color (decimal): -5033812 or 11284659. OLE color: 11284659.

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

Color convert

RGB 179 48 172 -
CMYK 0 0.73 0.04 0.30
HSL 303.21º 0.58% 0.45% -
HSV(B) 303.21º 0.73% 0.7% -
XYZ 27.09 14.68 40.43 -
YUV 101.31 167.9 183.42 -
System Red Green Blue C M Y K H S L
Decimal 179 48 172 0 0.73 0.04 0.30 303.21 0.58 0.45
Hex B3 30 AC 0 49 4 1E 12F 3A 2D
Octal 263 60 254 0 111 4 36 457 72 55
Binary 10110011 110000 10101100 0 1001001 100 11110 100101111 111010 101101

Color Harmonies of #B330AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B330AC

Black with #B330AC

Text Example


Text Example

White with #B330AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B330AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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