#b242bb

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

Shades of Fuchsia #B242BB

Tints of Fuchsia #B242BB

Color information

#B242BB (or 0xB242BB) is unknown color: approx Fuchsia. HEX triplet: B2, 42 and BB. RGB value is (178,66,187). Sum of RGB (Red+Green+Blue) = 178+66+187=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #B242BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B242BB is #4DBD44. Grayscale: #707070. Windows color (decimal): -5094725 or 12272306. OLE color: 12272306.

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

Color convert

RGB17866187-
CMYK0.050.6500.27
HSL295.54º47.83%49.61%-
HSV(B)295.54º64.71%73.33%-
XYZ29.2816.9548.74-
YUV113.28169.61174.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.30%
GREEN value IS 66 (26.17% from 255) = 15.31%
BLUE value IS 187 (73.44% from 255) = 43.39%
R=41.30%
G=15.31%
B=43.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178661870.050.6500.27295.5447.8349.61
HexB242BB54101B1283032
Octal26210227351010334506062
Binary101100101000010101110111011000001011011100101000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b242bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b242bb; }

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

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

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

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

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

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

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

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