#B66FBE

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

Shades of Fuchsia #B66FBE

Tints of Fuchsia #B66FBE

Color information

#B66FBE (or 0xB66FBE) is unknown color: approx Fuchsia. HEX triplet: B6, 6F and BE. RGB value is (182,111,190). Sum of RGB (Red+Green+Blue) = 182+111+190=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #B66FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FBE is #499041. Grayscale: #8C8C8C. Windows color (decimal): -4821058 or 12480438. OLE color: 12480438.

HSL color Cylindrical-coordinate representation of color #B66FBE: hue angle of 293.92º 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 #B66FBE is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182111190-
CMYK0.040.4200.25
HSL293.92º37.8%59.02%-
HSV(B)293.92º41.58%74.51%-
XYZ34.2725.0351.74-
YUV141.23155.52157.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.68%
GREEN value IS 111 (43.75% from 255) = 22.98%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=37.68%
G=22.98%
B=39.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821111900.040.4200.25293.9237.859.02
HexB66FBE42A019126263b
Octal2661572764520314464673
Binary10110110110111110111110100101010011001100100110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66FBE; }

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

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

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

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

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

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

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

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