#B262C0

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

Shades of Fuchsia #B262C0

Tints of Fuchsia #B262C0

Color information

#B262C0 (or 0xB262C0) is unknown color: approx Fuchsia. HEX triplet: B2, 62 and C0. RGB value is (178,98,192). Sum of RGB (Red+Green+Blue) = 178+98+192=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: blue. Hex color #B262C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B262C0 is #4D9D3F. Grayscale: #848484. Windows color (decimal): -5086528 or 12608178. OLE color: 12608178.

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

Color convert

RGB17898192-
CMYK0.070.4900.25
HSL291.06º42.73%56.86%-
HSV(B)291.06º48.96%75.29%-
XYZ32.2422.0152.42-
YUV132.64161.5160.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.03%
GREEN value IS 98 (38.67% from 255) = 20.94%
BLUE value IS 192 (75.39% from 255) = 41.03%
R=38.03%
G=20.94%
B=41.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178981920.070.4900.25291.0642.7356.86
HexB262C07310191232b39
Octal2621423007610314435371
Binary10110010110001011000000111110001011001100100011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B262C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B262C0; }

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

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

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

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

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

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

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

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