Html Css Color HEX #B334AA Fuchsia

📋 copy color: '#B334AA'

red 179 ◦ green 52 ◦ blue 170

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

Shades of Fuchsia #B334AA

Tints of Fuchsia #B334AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.39%

R = 44.64%
G = 12.97%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B334AA (or 0xB334AA) is known color: Fuchsia. HEX triplet: B3, 34 and AA. RGB value is (179,52,170). Sum of RGB (Red+Green+Blue) = 179+52+170=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B334AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B334AA is #4CCB55. Grayscale: #676767. Windows color (decimal): -5032790 or 11154611. OLE color: 11154611.

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

Color convert

RGB 179 52 170 -
CMYK 0 0.71 0.05 0.30
HSL 304.25º 0.55% 0.45% -
HSV(B) 304.25º 0.71% 0.7% -
XYZ 27.07 14.94 39.49 -
YUV 103.43 165.58 181.91 -
System Red Green Blue C M Y K H S L
Decimal 179 52 170 0 0.71 0.05 0.30 304.25 0.55 0.45
Hex B3 34 AA 0 47 5 1E 130 37 2D
Octal 263 64 252 0 107 5 36 460 67 55
Binary 10110011 110100 10101010 0 1000111 101 11110 100110000 110111 101101

Color Harmonies of #B334AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B334AA

Black with #B334AA

Text Example


Text Example

White with #B334AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B334AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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