#B666BE

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

Shades of Fuchsia #B666BE

Tints of Fuchsia #B666BE

Color information

#B666BE (or 0xB666BE) is unknown color: approx Fuchsia. HEX triplet: B6, 66 and BE. RGB value is (182,102,190). Sum of RGB (Red+Green+Blue) = 182+102+190=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #B666BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B666BE is #499941. Grayscale: #878787. Windows color (decimal): -4823362 or 12478134. OLE color: 12478134.

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

Color convert

RGB182102190-
CMYK0.040.4600.25
HSL294.55º40.37%57.25%-
HSV(B)294.55º46.32%74.51%-
XYZ33.3423.1751.43-
YUV135.95158.5160.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.40%
GREEN value IS 102 (40.23% from 255) = 21.52%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=38.40%
G=21.52%
B=40.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821021900.040.4600.25294.5540.3757.25
HexB666BE42E0191272839
Octal2661462764560314475071
Binary10110110110011010111110100101110011001100100111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B666BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B666BE; }

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

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

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

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

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

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

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

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