#B242BF

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

Shades of Fuchsia #B242BF

Tints of Fuchsia #B242BF

Color information

#B242BF (or 0xB242BF) is unknown color: approx Fuchsia. HEX triplet: B2, 42 and BF. RGB value is (178,66,191). Sum of RGB (Red+Green+Blue) = 178+66+191=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #B242BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B242BF is #4DBD40. Grayscale: #717171. Windows color (decimal): -5094721 or 12534450. OLE color: 12534450.

HSL color Cylindrical-coordinate representation of color #B242BF: hue angle of 293.76º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B242BF is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17866191-
CMYK0.070.6500.25
HSL293.76º49.41%50.39%-
HSV(B)293.76º65.45%74.9%-
XYZ29.7117.1251.03-
YUV113.74171.61173.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.92%
GREEN value IS 66 (26.17% from 255) = 15.17%
BLUE value IS 191 (75% from 255) = 43.91%
R=40.92%
G=15.17%
B=43.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178661910.070.6500.25293.7649.4150.39
HexB242BF7410191263132
Octal26210227771010314466162
Binary101100101000010101111111111000001011001100100110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B242BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B242BF; }

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

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

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

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

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

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

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

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