#B351BB

Color #B351BB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B351BB

Tints of Fuchsia #B351BB

Color information

#B351BB (or 0xB351BB) is unknown color: approx Fuchsia. HEX triplet: B3, 51 and BB. RGB value is (179,81,187). Sum of RGB (Red+Green+Blue) = 179+81+187=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #B351BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B351BB is #4CAE44. Grayscale: #7A7A7A. Windows color (decimal): -5025349 or 12276147. OLE color: 12276147.

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

Color convert

RGB17981187-
CMYK0.040.5700.27
HSL295.47º43.8%52.55%-
HSV(B)295.47º56.68%73.33%-
XYZ30.519.0649.08-
YUV122.39164.47168.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.04%
GREEN value IS 81 (32.03% from 255) = 18.12%
BLUE value IS 187 (73.44% from 255) = 41.83%
R=40.04%
G=18.12%
B=41.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179811870.040.5700.27295.4743.852.55
HexB351BB43901B1272c35
Octal2631212734710334475465
Binary10110011101000110111011100111001011011100100111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B351BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B351BB; }

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

 H1.HeaderClassName
 {
   color: #B351BB;
 }
 .AnyTagClassName
 {
   color: #B351BB;
 }
</style>
background-color css

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

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

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

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

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

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