#B351C0

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

Shades of Fuchsia #B351C0

Tints of Fuchsia #B351C0

Color information

#B351C0 (or 0xB351C0) is unknown color: approx Fuchsia. HEX triplet: B3, 51 and C0. RGB value is (179,81,192). Sum of RGB (Red+Green+Blue) = 179+81+192=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #B351C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B351C0 is #4CAE3F. Grayscale: #7A7A7A. Windows color (decimal): -5025344 or 12603827. OLE color: 12603827.

HSL color Cylindrical-coordinate representation of color #B351C0: hue angle of 292.97º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B351C0 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17981192-
CMYK0.070.5800.25
HSL292.97º46.84%53.53%-
HSV(B)292.97º57.81%75.29%-
XYZ31.0519.2751.95-
YUV122.96166.97167.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.60%
GREEN value IS 81 (32.03% from 255) = 17.92%
BLUE value IS 192 (75.39% from 255) = 42.48%
R=39.60%
G=17.92%
B=42.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179811920.070.5800.25292.9746.8453.53
HexB351C073A0191252f36
Octal2631213007720314455766
Binary10110011101000111000000111111010011001100100101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B351C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B351C0; }

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

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

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

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

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

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

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

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