Html Css Color HEX #B330BA Fuchsia

📋 copy color: '#B330BA'

red 179 ◦ green 48 ◦ blue 186

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

Shades of Fuchsia #B330BA

Tints of Fuchsia #B330BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.04%

R = 43.34%
G = 11.62%
B = 45.04%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B330BA (or 0xB330BA) is known color: Fuchsia. HEX triplet: B3, 30 and BA. RGB value is (179,48,186). Sum of RGB (Red+Green+Blue) = 179+48+186=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #B330BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B330BA is #4CCF45. Grayscale: #666666. Windows color (decimal): -5033798 or 12202163. OLE color: 12202163.

HSL color Cylindrical-coordinate representation of color #B330BA: hue angle of 296.96º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B330BA is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 48 186 -
CMYK 0.04 0.74 0 0.27
HSL 296.96º 0.59% 0.46% -
HSV(B) 296.96º 0.74% 0.73% -
XYZ 28.51 15.24 47.89 -
YUV 102.9 174.9 182.28 -
System Red Green Blue C M Y K H S L
Decimal 179 48 186 0.04 0.74 0 0.27 296.96 0.59 0.46
Hex B3 30 BA 4 4A 0 1B 129 3B 2E
Octal 263 60 272 4 112 0 33 451 73 56
Binary 10110011 110000 10111010 100 1001010 0 11011 100101001 111011 101110

Color Harmonies of #B330BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B330BA

Black with #B330BA

Text Example


Text Example

White with #B330BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B330BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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