Html Css Color HEX #B354BD Fuchsia

📋 copy color: '#B354BD'

red 179 ◦ green 84 ◦ blue 189

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

Shades of Fuchsia #B354BD

Tints of Fuchsia #B354BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.81%

R = 39.6%
G = 18.58%
B = 41.81%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B354BD (or 0xB354BD) is known color: Fuchsia. HEX triplet: B3, 54 and BD. RGB value is (179,84,189). Sum of RGB (Red+Green+Blue) = 179+84+189=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #B354BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B354BD is #4CAB42. Grayscale: #7C7C7C. Windows color (decimal): -5024579 or 12407987. OLE color: 12407987.

HSL color Cylindrical-coordinate representation of color #B354BD: hue angle of 294.29º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B354BD is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 84 189 -
CMYK 0.05 0.56 0 0.26
HSL 294.29º 0.44% 0.54% -
HSV(B) 294.29º 0.56% 0.74% -
XYZ 30.95 19.6 50.3 -
YUV 124.38 164.47 166.96 -
System Red Green Blue C M Y K H S L
Decimal 179 84 189 0.05 0.56 0 0.26 294.29 0.44 0.54
Hex B3 54 BD 5 38 0 1A 126 2C 36
Octal 263 124 275 5 70 0 32 446 54 66
Binary 10110011 1010100 10111101 101 111000 0 11010 100100110 101100 110110

Color Harmonies of #B354BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B354BD

Black with #B354BD

Text Example


Text Example

White with #B354BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B354BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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