#B668B2

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

Shades of Fuchsia #B668B2

Tints of Fuchsia #B668B2

Color information

#B668B2 (or 0xB668B2) is unknown color: approx Fuchsia. HEX triplet: B6, 68 and B2. RGB value is (182,104,178). Sum of RGB (Red+Green+Blue) = 182+104+178=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 182 - color contains mainly: red. Hex color #B668B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B668B2 is #49974D. Grayscale: #878787. Windows color (decimal): -4822862 or 11692214. OLE color: 11692214.

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

Color convert

RGB182104178-
CMYK00.430.020.29
HSL303.08º34.82%56.08%-
HSV(B)303.08º42.86%71.37%-
XYZ32.2823.0644.87-
YUV135.76151.84160.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.22%
GREEN value IS 104 (41.02% from 255) = 22.41%
BLUE value IS 178 (69.92% from 255) = 38.36%
R=39.22%
G=22.41%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210417800.430.020.29303.0834.8256.08
HexB668B202B21D12f2338
Octal2661502620532354574370
Binary1011011011010001011001001010111011101100101111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B668B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B668B2; }

 p { color: rgb(182,104,178); }

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

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

 a { background-color: rgb(182,104,178); }

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

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

 span { border-color: rgb(182,104,178); }

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