Html Css Color HEX #B330AF Fuchsia

📋 copy color: '#B330AF'

red 179 ◦ green 48 ◦ blue 175

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

Shades of Fuchsia #B330AF

Tints of Fuchsia #B330AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.53%

R = 44.53%
G = 11.94%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B330AF (or 0xB330AF) is known color: Fuchsia. HEX triplet: B3, 30 and AF. RGB value is (179,48,175). Sum of RGB (Red+Green+Blue) = 179+48+175=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B330AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B330AF is #4CCF50. Grayscale: #656565. Windows color (decimal): -5033809 or 11481267. OLE color: 11481267.

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

Color convert

RGB 179 48 175 -
CMYK 0 0.73 0.02 0.30
HSL 301.83º 0.58% 0.45% -
HSV(B) 301.83º 0.73% 0.7% -
XYZ 27.39 14.79 41.97 -
YUV 101.65 169.4 183.17 -
System Red Green Blue C M Y K H S L
Decimal 179 48 175 0 0.73 0.02 0.30 301.83 0.58 0.45
Hex B3 30 AF 0 49 2 1E 12E 3A 2D
Octal 263 60 257 0 111 2 36 456 72 55
Binary 10110011 110000 10101111 0 1001001 10 11110 100101110 111010 101101

Color Harmonies of #B330AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B330AF

Black with #B330AF

Text Example


Text Example

White with #B330AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B330AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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