#B666BD

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

Shades of Fuchsia #B666BD

Tints of Fuchsia #B666BD

Color information

#B666BD (or 0xB666BD) is unknown color: approx Fuchsia. HEX triplet: B6, 66 and BD. RGB value is (182,102,189). Sum of RGB (Red+Green+Blue) = 182+102+189=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #B666BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B666BD is #499942. Grayscale: #878787. Windows color (decimal): -4823363 or 12412598. OLE color: 12412598.

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

Color convert

RGB182102189-
CMYK0.040.4600.26
HSL295.17º39.73%57.06%-
HSV(B)295.17º46.03%74.12%-
XYZ33.2323.1250.86-
YUV135.84158160.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 102 (40.23% from 255) = 21.56%
BLUE value IS 189 (74.22% from 255) = 39.96%
R=38.48%
G=21.56%
B=39.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821021890.040.4600.26295.1739.7357.06
HexB666BD42E01A1272839
Octal2661462754560324475071
Binary10110110110011010111101100101110011010100100111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B666BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B666BD; }

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

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

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

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

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

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

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

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