#b235bb

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

Shades of Fuchsia #B235BB

Tints of Fuchsia #B235BB

Color information

#B235BB (or 0xB235BB) is unknown color: approx Fuchsia. HEX triplet: B2, 35 and BB. RGB value is (178,53,187). Sum of RGB (Red+Green+Blue) = 178+53+187=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #B235BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B235BB is #4DCA44. Grayscale: #696969. Windows color (decimal): -5098053 or 12268978. OLE color: 12268978.

HSL color Cylindrical-coordinate representation of color #B235BB: hue angle of 295.97º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B235BB is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17853187-
CMYK0.050.7200.27
HSL295.97º55.83%47.06%-
HSV(B)295.97º71.66%73.33%-
XYZ28.615.648.52-
YUV105.65173.91179.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.58%
GREEN value IS 53 (21.09% from 255) = 12.68%
BLUE value IS 187 (73.44% from 255) = 44.74%
R=42.58%
G=12.68%
B=44.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178531870.050.7200.27295.9755.8347.06
HexB235BB54801B128382f
Octal2626527351100334507057
Binary10110010110101101110111011001000011011100101000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b235bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b235bb; }

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

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

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

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

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

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

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

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