Html Css Color HEX #B354BB Fuchsia

📋 copy color: '#B354BB'

red 179 ◦ green 84 ◦ blue 187

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

Shades of Fuchsia #B354BB

Tints of Fuchsia #B354BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.56%

R = 39.78%
G = 18.67%
B = 41.56%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B354BB (or 0xB354BB) is known color: Fuchsia. HEX triplet: B3, 54 and BB. RGB value is (179,84,187). Sum of RGB (Red+Green+Blue) = 179+84+187=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #B354BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B354BB is #4CAB44. Grayscale: #7B7B7B. Windows color (decimal): -5024581 or 12276915. OLE color: 12276915.

HSL color Cylindrical-coordinate representation of color #B354BB: hue angle of 295.34º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B354BB is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 84 187 -
CMYK 0.04 0.55 0 0.27
HSL 295.34º 0.43% 0.53% -
HSV(B) 295.34º 0.55% 0.73% -
XYZ 30.73 19.51 49.16 -
YUV 124.15 163.47 167.12 -
System Red Green Blue C M Y K H S L
Decimal 179 84 187 0.04 0.55 0 0.27 295.34 0.43 0.53
Hex B3 54 BB 4 37 0 1B 127 2B 35
Octal 263 124 273 4 67 0 33 447 53 65
Binary 10110011 1010100 10111011 100 110111 0 11011 100100111 101011 110101

Color Harmonies of #B354BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B354BB

Black with #B354BB

Text Example


Text Example

White with #B354BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B354BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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