Html Css Color HEX #B354B1 Fuchsia

📋 copy color: '#B354B1'

red 179 ◦ green 84 ◦ blue 177

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

Shades of Fuchsia #B354B1

Tints of Fuchsia #B354B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.23%

R = 40.68%
G = 19.09%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B354B1 (or 0xB354B1) is known color: Fuchsia. HEX triplet: B3, 54 and B1. RGB value is (179,84,177). Sum of RGB (Red+Green+Blue) = 179+84+177=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B354B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B354B1 is #4CAB4E. Grayscale: #7A7A7A. Windows color (decimal): -5024591 or 11621555. OLE color: 11621555.

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

Color convert

RGB 179 84 177 -
CMYK 0 0.53 0.01 0.30
HSL 301.26º 0.38% 0.52% -
HSV(B) 301.26º 0.53% 0.7% -
XYZ 29.7 19.1 43.72 -
YUV 123.01 158.47 167.94 -
System Red Green Blue C M Y K H S L
Decimal 179 84 177 0 0.53 0.01 0.30 301.26 0.38 0.52
Hex B3 54 B1 0 35 1 1E 12D 26 34
Octal 263 124 261 0 65 1 36 455 46 64
Binary 10110011 1010100 10110001 0 110101 1 11110 100101101 100110 110100

Color Harmonies of #B354B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B354B1

Black with #B354B1

Text Example


Text Example

White with #B354B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B354B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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