Html Css Color HEX #B330AD Fuchsia

📋 copy color: '#B330AD'

red 179 ◦ green 48 ◦ blue 173

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

Shades of Fuchsia #B330AD

Tints of Fuchsia #B330AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.25%

R = 44.75%
G = 12%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B330AD (or 0xB330AD) is known color: Fuchsia. HEX triplet: B3, 30 and AD. RGB value is (179,48,173). Sum of RGB (Red+Green+Blue) = 179+48+173=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B330AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B330AD is #4CCF52. Grayscale: #656565. Windows color (decimal): -5033811 or 11350195. OLE color: 11350195.

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

Color convert

RGB 179 48 173 -
CMYK 0 0.73 0.03 0.30
HSL 302.75º 0.58% 0.45% -
HSV(B) 302.75º 0.73% 0.7% -
XYZ 27.19 14.71 40.94 -
YUV 101.42 168.4 183.34 -
System Red Green Blue C M Y K H S L
Decimal 179 48 173 0 0.73 0.03 0.30 302.75 0.58 0.45
Hex B3 30 AD 0 49 3 1E 12F 3A 2D
Octal 263 60 255 0 111 3 36 457 72 55
Binary 10110011 110000 10101101 0 1001001 11 11110 100101111 111010 101101

Color Harmonies of #B330AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B330AD

Black with #B330AD

Text Example


Text Example

White with #B330AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B330AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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