Html Css Color HEX #B330AB Fuchsia

📋 copy color: '#B330AB'

red 179 ◦ green 48 ◦ blue 171

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

Shades of Fuchsia #B330AB

Tints of Fuchsia #B330AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 44.97%
G = 12.06%
B = 42.96%

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

#B330AB (or 0xB330AB) is known color: Fuchsia. HEX triplet: B3, 30 and AB. RGB value is (179,48,171). Sum of RGB (Red+Green+Blue) = 179+48+171=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B330AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B330AB is #4CCF54. Grayscale: #646464. Windows color (decimal): -5033813 or 11219123. OLE color: 11219123.

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

Color convert

RGB 179 48 171 -
CMYK 0 0.73 0.04 0.30
HSL 303.66º 0.58% 0.45% -
HSV(B) 303.66º 0.73% 0.7% -
XYZ 27 14.64 39.93 -
YUV 101.19 167.4 183.5 -
System Red Green Blue C M Y K H S L
Decimal 179 48 171 0 0.73 0.04 0.30 303.66 0.58 0.45
Hex B3 30 AB 0 49 4 1E 130 3A 2D
Octal 263 60 253 0 111 4 36 460 72 55
Binary 10110011 110000 10101011 0 1001001 100 11110 100110000 111010 101101

Color Harmonies of #B330AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B330AB

Black with #B330AB

Text Example


Text Example

White with #B330AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B330AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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