#B66FBF

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

Shades of Fuchsia #B66FBF

Tints of Fuchsia #B66FBF

Color information

#B66FBF (or 0xB66FBF) is unknown color: approx Fuchsia. HEX triplet: B6, 6F and BF. RGB value is (182,111,191). Sum of RGB (Red+Green+Blue) = 182+111+191=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #B66FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FBF is #499040. Grayscale: #8D8D8D. Windows color (decimal): -4821057 or 12545974. OLE color: 12545974.

HSL color Cylindrical-coordinate representation of color #B66FBF: hue angle of 293.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B66FBF is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182111191-
CMYK0.050.4200.25
HSL293.25º38.46%59.22%-
HSV(B)293.25º41.88%74.9%-
XYZ34.3825.0852.32-
YUV141.35156.02157-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.60%
GREEN value IS 111 (43.75% from 255) = 22.93%
BLUE value IS 191 (75% from 255) = 39.46%
R=37.60%
G=22.93%
B=39.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821111910.050.4200.25293.2538.4659.22
HexB66FBF52A019125263b
Octal2661572775520314454673
Binary10110110110111110111111101101010011001100100101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66FBF; }

 p { color: rgb(182,111,191); }

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

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

 a { background-color: rgb(182,111,191); }

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

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

 span { border-color: rgb(182,111,191); }

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