#B66BC0

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

Shades of Fuchsia #B66BC0

Tints of Fuchsia #B66BC0

Color information

#B66BC0 (or 0xB66BC0) is unknown color: approx Fuchsia. HEX triplet: B6, 6B and C0. RGB value is (182,107,192). Sum of RGB (Red+Green+Blue) = 182+107+192=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 192 - color contains mainly: blue. Hex color #B66BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66BC0 is #49943F. Grayscale: #8A8A8A. Windows color (decimal): -4822080 or 12610486. OLE color: 12610486.

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

Color convert

RGB182107192-
CMYK0.050.4400.25
HSL292.94º40.28%58.63%-
HSV(B)292.94º44.27%75.29%-
XYZ34.0624.2752.76-
YUV139.12157.85158.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.84%
GREEN value IS 107 (42.19% from 255) = 22.25%
BLUE value IS 192 (75.39% from 255) = 39.92%
R=37.84%
G=22.25%
B=39.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821071920.050.4400.25292.9440.2858.63
HexB66BC052C019125283b
Octal2661533005540314455073
Binary10110110110101111000000101101100011001100100101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66BC0; }

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

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

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

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

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

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

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

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