#B735C1

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

Shades of Fuchsia #B735C1

Tints of Fuchsia #B735C1

Color information

#B735C1 (or 0xB735C1) is unknown color: approx Fuchsia. HEX triplet: B7, 35 and C1. RGB value is (183,53,193). Sum of RGB (Red+Green+Blue) = 183+53+193=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 53 (21.09% from 255 or 12.35% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 193 - color contains mainly: blue. Hex color #B735C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B735C1 is #48CA3E. Grayscale: #6B6B6B. Windows color (decimal): -4770367 or 12662199. OLE color: 12662199.

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

Color convert

RGB18353193-
CMYK0.050.7300.24
HSL295.71º56.91%48.24%-
HSV(B)295.71º72.54%75.69%-
XYZ30.4316.4652.03-
YUV107.83176.07181.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 53 (21.09% from 255) = 12.35%
BLUE value IS 193 (75.78% from 255) = 44.99%
R=42.66%
G=12.35%
B=44.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183531930.050.7300.24295.7156.9148.24
HexB735C15490181283930
Octal2676530151110304507160
Binary10110111110101110000011011001001011000100101000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B735C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B735C1; }

 p { color: rgb(183,53,193); }

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

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

 a { background-color: rgb(183,53,193); }

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

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

 span { border-color: rgb(183,53,193); }

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