Html Css Color HEX #B330AA Fuchsia

📋 copy color: '#B330AA'

red 179 ◦ green 48 ◦ blue 170

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

Shades of Fuchsia #B330AA

Tints of Fuchsia #B330AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.82%

R = 45.09%
G = 12.09%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B330AA (or 0xB330AA) is known color: Fuchsia. HEX triplet: B3, 30 and AA. RGB value is (179,48,170). Sum of RGB (Red+Green+Blue) = 179+48+170=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B330AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B330AA is #4CCF55. Grayscale: #646464. Windows color (decimal): -5033814 or 11153587. OLE color: 11153587.

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

Color convert

RGB 179 48 170 -
CMYK 0 0.73 0.05 0.30
HSL 304.12º 0.58% 0.45% -
HSV(B) 304.12º 0.73% 0.7% -
XYZ 26.9 14.6 39.43 -
YUV 101.08 166.9 183.58 -
System Red Green Blue C M Y K H S L
Decimal 179 48 170 0 0.73 0.05 0.30 304.12 0.58 0.45
Hex B3 30 AA 0 49 5 1E 130 3A 2D
Octal 263 60 252 0 111 5 36 460 72 55
Binary 10110011 110000 10101010 0 1001001 101 11110 100110000 111010 101101

Color Harmonies of #B330AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B330AA

Black with #B330AA

Text Example


Text Example

White with #B330AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B330AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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