Html Css Color HEX #B334AF Fuchsia

📋 copy color: '#B334AF'

red 179 ◦ green 52 ◦ blue 175

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

Shades of Fuchsia #B334AF

Tints of Fuchsia #B334AF

RGB

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

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

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

R = 44.09%
G = 12.81%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B334AF (or 0xB334AF) is known color: Fuchsia. HEX triplet: B3, 34 and AF. RGB value is (179,52,175). Sum of RGB (Red+Green+Blue) = 179+52+175=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B334AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B334AF is #4CCB50. Grayscale: #676767. Windows color (decimal): -5032785 or 11482291. OLE color: 11482291.

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

Color convert

RGB 179 52 175 -
CMYK 0 0.71 0.02 0.30
HSL 301.89º 0.55% 0.45% -
HSV(B) 301.89º 0.71% 0.7% -
XYZ 27.56 15.13 42.03 -
YUV 104 168.08 181.5 -
System Red Green Blue C M Y K H S L
Decimal 179 52 175 0 0.71 0.02 0.30 301.89 0.55 0.45
Hex B3 34 AF 0 47 2 1E 12E 37 2D
Octal 263 64 257 0 107 2 36 456 67 55
Binary 10110011 110100 10101111 0 1000111 10 11110 100101110 110111 101101

Color Harmonies of #B334AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B334AF

Black with #B334AF

Text Example


Text Example

White with #B334AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B334AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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