#B235B6

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

Shades of Fuchsia #B235B6

Tints of Fuchsia #B235B6

Color information

#B235B6 (or 0xB235B6) is unknown color: approx Fuchsia. HEX triplet: B2, 35 and B6. RGB value is (178,53,182). Sum of RGB (Red+Green+Blue) = 178+53+182=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 182 (71.48% from 255 or 44.07% from 413); Max value from RGB is 182 - color contains mainly: blue. Hex color #B235B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B235B6 is #4DCA49. Grayscale: #686868. Windows color (decimal): -5098058 or 11941298. OLE color: 11941298.

HSL color Cylindrical-coordinate representation of color #B235B6: hue angle of 298.14º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B235B6 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17853182-
CMYK0.020.7100.29
HSL298.14º54.89%46.08%-
HSV(B)298.14º70.88%71.37%-
XYZ28.0815.3945.75-
YUV105.08171.41180.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 53 (21.09% from 255) = 12.83%
BLUE value IS 182 (71.48% from 255) = 44.07%
R=43.10%
G=12.83%
B=44.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178531820.020.7100.29298.1454.8946.08
HexB235B624701D12a372e
Octal2626526621070354526756
Binary1011001011010110110110101000111011101100101010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B235B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B235B6; }

 p { color: rgb(178,53,182); }

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

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

 a { background-color: rgb(178,53,182); }

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

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

 span { border-color: rgb(178,53,182); }

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