#B66BBA

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

Shades of Fuchsia #B66BBA

Tints of Fuchsia #B66BBA

Color information

#B66BBA (or 0xB66BBA) is unknown color: approx Fuchsia. HEX triplet: B6, 6B and BA. RGB value is (182,107,186). Sum of RGB (Red+Green+Blue) = 182+107+186=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #B66BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66BBA is #499445. Grayscale: #8A8A8A. Windows color (decimal): -4822086 or 12217270. OLE color: 12217270.

HSL color Cylindrical-coordinate representation of color #B66BBA: hue angle of 296.96º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B66BBA is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182107186-
CMYK0.020.4200.27
HSL296.96º36.41%57.45%-
HSV(B)296.96º42.47%72.94%-
XYZ33.4124.0149.33-
YUV138.43154.85159.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 107 (42.19% from 255) = 22.53%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=38.32%
G=22.53%
B=39.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821071860.020.4200.27296.9636.4157.45
HexB66BBA22A01B1292439
Octal2661532722520334514471
Binary1011011011010111011101010101010011011100101001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66BBA; }

 p { color: rgb(182,107,186); }

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

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

 a { background-color: rgb(182,107,186); }

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

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

 span { border-color: rgb(182,107,186); }

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