#B662B1

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

Shades of Fuchsia #B662B1

Tints of Fuchsia #B662B1

Color information

#B662B1 (or 0xB662B1) is unknown color: approx Fuchsia. HEX triplet: B6, 62 and B1. RGB value is (182,98,177). Sum of RGB (Red+Green+Blue) = 182+98+177=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B662B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B662B1 is #499D4E. Grayscale: #838383. Windows color (decimal): -4824399 or 11625142. OLE color: 11625142.

HSL color Cylindrical-coordinate representation of color #B662B1: hue angle of 303.57º degrees, saturation: 0.37, 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 #B662B1 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18298177-
CMYK00.460.030.29
HSL303.57º36.52%54.9%-
HSV(B)303.57º46.15%71.37%-
XYZ31.5921.8544.15-
YUV132.12153.33163.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 98 (38.67% from 255) = 21.44%
BLUE value IS 177 (69.53% from 255) = 38.73%
R=39.82%
G=21.44%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829817700.460.030.29303.5736.5254.9
HexB662B102E31D1302537
Octal2661422610563354604567
Binary1011011011000101011000101011101111101100110000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B662B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B662B1; }

 p { color: rgb(182,98,177); }

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

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

 a { background-color: rgb(182,98,177); }

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

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

 span { border-color: rgb(182,98,177); }

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