#B835C1

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

Shades of Fuchsia #B835C1

Tints of Fuchsia #B835C1

Color information

#B835C1 (or 0xB835C1) is unknown color: approx Fuchsia. HEX triplet: B8, 35 and C1. RGB value is (184,53,193). Sum of RGB (Red+Green+Blue) = 184+53+193=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 53 (21.09% from 255 or 12.33% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #B835C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B835C1 is #47CA3E. Grayscale: #6B6B6B. Windows color (decimal): -4704831 or 12662200. OLE color: 12662200.

HSL color Cylindrical-coordinate representation of color #B835C1: hue angle of 296.14º 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 #B835C1 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18453193-
CMYK0.050.7300.24
HSL296.14º56.91%48.24%-
HSV(B)296.14º72.54%75.69%-
XYZ30.6716.5952.04-
YUV108.13175.9182.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 53 (21.09% from 255) = 12.33%
BLUE value IS 193 (75.78% from 255) = 44.88%
R=42.79%
G=12.33%
B=44.88%

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
Decimal184531930.050.7300.24296.1456.9148.24
HexB835C15490181283930
Octal2706530151110304507160
Binary10111000110101110000011011001001011000100101000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B835C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B835C1; }

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

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

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

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

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

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

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

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