#B664BD

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

Shades of Fuchsia #B664BD

Tints of Fuchsia #B664BD

Color information

#B664BD (or 0xB664BD) is unknown color: approx Fuchsia. HEX triplet: B6, 64 and BD. RGB value is (182,100,189). Sum of RGB (Red+Green+Blue) = 182+100+189=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #B664BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B664BD is #499B42. Grayscale: #868686. Windows color (decimal): -4823875 or 12412086. OLE color: 12412086.

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

Color convert

RGB182100189-
CMYK0.040.4700.26
HSL295.28º40.27%56.67%-
HSV(B)295.28º47.09%74.12%-
XYZ33.0322.7350.79-
YUV134.66158.67161.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.64%
GREEN value IS 100 (39.45% from 255) = 21.23%
BLUE value IS 189 (74.22% from 255) = 40.13%
R=38.64%
G=21.23%
B=40.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821001890.040.4700.26295.2840.2756.67
HexB664BD42F01A1272839
Octal2661442754570324475071
Binary10110110110010010111101100101111011010100100111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B664BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B664BD; }

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

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

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

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

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

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

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

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