#B668BE

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

Shades of Fuchsia #B668BE

Tints of Fuchsia #B668BE

Color information

#B668BE (or 0xB668BE) is unknown color: approx Fuchsia. HEX triplet: B6, 68 and BE. RGB value is (182,104,190). Sum of RGB (Red+Green+Blue) = 182+104+190=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #B668BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B668BE is #499741. Grayscale: #888888. Windows color (decimal): -4822850 or 12478646. OLE color: 12478646.

HSL color Cylindrical-coordinate representation of color #B668BE: hue angle of 294.42º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B668BE is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182104190-
CMYK0.040.4500.25
HSL294.42º39.81%57.65%-
HSV(B)294.42º45.26%74.51%-
XYZ33.5423.5651.5-
YUV137.13157.84160.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.24%
GREEN value IS 104 (41.02% from 255) = 21.85%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=38.24%
G=21.85%
B=39.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821041900.040.4500.25294.4239.8157.65
HexB668BE42D019126283a
Octal2661502764550314465072
Binary10110110110100010111110100101101011001100100110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B668BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B668BE; }

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

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

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

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

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

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

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

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