#B350C1

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

Shades of Fuchsia #B350C1

Tints of Fuchsia #B350C1

Color information

#B350C1 (or 0xB350C1) is unknown color: approx Fuchsia. HEX triplet: B3, 50 and C1. RGB value is (179,80,193). Sum of RGB (Red+Green+Blue) = 179+80+193=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #B350C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B350C1 is #4CAF3E. Grayscale: #7A7A7A. Windows color (decimal): -5025599 or 12669107. OLE color: 12669107.

HSL color Cylindrical-coordinate representation of color #B350C1: hue angle of 292.57º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B350C1 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17980193-
CMYK0.070.5900.24
HSL292.57º47.68%53.53%-
HSV(B)292.57º58.55%75.69%-
XYZ31.0819.1752.51-
YUV122.48167.8168.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.60%
GREEN value IS 80 (31.64% from 255) = 17.70%
BLUE value IS 193 (75.78% from 255) = 42.70%
R=39.60%
G=17.70%
B=42.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179801930.070.5900.24292.5747.6853.53
HexB350C173B0181253036
Octal2631203017730304456066
Binary10110011101000011000001111111011011000100100101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B350C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B350C1; }

 p { color: rgb(179,80,193); }

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

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

 a { background-color: rgb(179,80,193); }

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

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

 span { border-color: rgb(179,80,193); }

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