#B262B4

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

Shades of Fuchsia #B262B4

Tints of Fuchsia #B262B4

Color information

#B262B4 (or 0xB262B4) is unknown color: approx Fuchsia. HEX triplet: B2, 62 and B4. RGB value is (178,98,180). Sum of RGB (Red+Green+Blue) = 178+98+180=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 180 - color contains mainly: blue. Hex color #B262B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B262B4 is #4D9D4B. Grayscale: #838383. Windows color (decimal): -5086540 or 11821746. OLE color: 11821746.

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

Color convert

RGB17898180-
CMYK0.010.4600.29
HSL298.54º35.34%54.51%-
HSV(B)298.54º45.56%70.59%-
XYZ30.9721.545.7-
YUV131.27155.5161.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.04%
GREEN value IS 98 (38.67% from 255) = 21.49%
BLUE value IS 180 (70.70% from 255) = 39.47%
R=39.04%
G=21.49%
B=39.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178981800.010.4600.29298.5435.3454.51
HexB262B412E01D12b2337
Octal2621422641560354534367
Binary101100101100010101101001101110011101100101011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B262B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B262B4; }

 p { color: rgb(178,98,180); }

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

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

 a { background-color: rgb(178,98,180); }

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

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

 span { border-color: rgb(178,98,180); }

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