Html Css Color HEX #B354AF Fuchsia

📋 copy color: '#B354AF'

red 179 ◦ green 84 ◦ blue 175

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

Shades of Fuchsia #B354AF

Tints of Fuchsia #B354AF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.18%

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

R = 40.87%
G = 19.18%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B354AF (or 0xB354AF) is known color: Fuchsia. HEX triplet: B3, 54 and AF. RGB value is (179,84,175). Sum of RGB (Red+Green+Blue) = 179+84+175=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B354AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B354AF is #4CAB50. Grayscale: #7A7A7A. Windows color (decimal): -5024593 or 11490483. OLE color: 11490483.

HSL color Cylindrical-coordinate representation of color #B354AF: hue angle of 302.53º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B354AF is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 84 175 -
CMYK 0 0.53 0.02 0.30
HSL 302.53º 0.38% 0.52% -
HSV(B) 302.53º 0.53% 0.7% -
XYZ 29.5 19.02 42.67 -
YUV 122.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 179 84 175 0 0.53 0.02 0.30 302.53 0.38 0.52
Hex B3 54 AF 0 35 2 1E 12F 26 34
Octal 263 124 257 0 65 2 36 457 46 64
Binary 10110011 1010100 10101111 0 110101 10 11110 100101111 100110 110100

Color Harmonies of #B354AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B354AF

Black with #B354AF

Text Example


Text Example

White with #B354AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B354AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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