#B235BE

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

Shades of Fuchsia #B235BE

Tints of Fuchsia #B235BE

Color information

#B235BE (or 0xB235BE) is unknown color: approx Fuchsia. HEX triplet: B2, 35 and BE. RGB value is (178,53,190). Sum of RGB (Red+Green+Blue) = 178+53+190=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #B235BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B235BE is #4DCA41. Grayscale: #696969. Windows color (decimal): -5098050 or 12465586. OLE color: 12465586.

HSL color Cylindrical-coordinate representation of color #B235BE: hue angle of 294.74º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B235BE is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17853190-
CMYK0.060.7200.25
HSL294.74º56.38%47.65%-
HSV(B)294.74º72.11%74.51%-
XYZ28.9315.7350.23-
YUV105.99175.41179.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.28%
GREEN value IS 53 (21.09% from 255) = 12.59%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=42.28%
G=12.59%
B=45.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178531900.060.7200.25294.7456.3847.65
HexB235BE6480191273830
Octal2626527661100314477060
Binary10110010110101101111101101001000011001100100111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B235BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B235BE; }

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

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

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

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

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

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

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

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