Html Css Color HEX #B334AD Fuchsia

📋 copy color: '#B334AD'

red 179 ◦ green 52 ◦ blue 173

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

Shades of Fuchsia #B334AD

Tints of Fuchsia #B334AD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.87%

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

R = 44.31%
G = 12.87%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B334AD (or 0xB334AD) is known color: Fuchsia. HEX triplet: B3, 34 and AD. RGB value is (179,52,173). Sum of RGB (Red+Green+Blue) = 179+52+173=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B334AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B334AD is #4CCB52. Grayscale: #676767. Windows color (decimal): -5032787 or 11351219. OLE color: 11351219.

HSL color Cylindrical-coordinate representation of color #B334AD: hue angle of 302.83º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B334AD is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 52 173 -
CMYK 0 0.71 0.03 0.30
HSL 302.83º 0.55% 0.45% -
HSV(B) 302.83º 0.71% 0.7% -
XYZ 27.36 15.06 41 -
YUV 103.77 167.08 181.66 -
System Red Green Blue C M Y K H S L
Decimal 179 52 173 0 0.71 0.03 0.30 302.83 0.55 0.45
Hex B3 34 AD 0 47 3 1E 12F 37 2D
Octal 263 64 255 0 107 3 36 457 67 55
Binary 10110011 110100 10101101 0 1000111 11 11110 100101111 110111 101101

Color Harmonies of #B334AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B334AD

Black with #B334AD

Text Example


Text Example

White with #B334AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B334AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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