#B66CB3

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

Shades of Fuchsia #B66CB3

Tints of Fuchsia #B66CB3

Color information

#B66CB3 (or 0xB66CB3) is unknown color: approx Fuchsia. HEX triplet: B6, 6C and B3. RGB value is (182,108,179). Sum of RGB (Red+Green+Blue) = 182+108+179=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B66CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66CB3 is #49934C. Grayscale: #8A8A8A. Windows color (decimal): -4821837 or 11758774. OLE color: 11758774.

HSL color Cylindrical-coordinate representation of color #B66CB3: hue angle of 302.43º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B66CB3 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB182108179-
CMYK00.410.020.29
HSL302.43º33.64%56.86%-
HSV(B)302.43º40.66%71.37%-
XYZ32.7923.9245.54-
YUV138.22151.02159.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 108 (42.58% from 255) = 23.03%
BLUE value IS 179 (70.31% from 255) = 38.17%
R=38.81%
G=23.03%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210817900.410.020.29302.4333.6456.86
HexB66CB302921D12e2239
Octal2661542630512354564271
Binary1011011011011001011001101010011011101100101110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66CB3; }

 p { color: rgb(182,108,179); }

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

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

 a { background-color: rgb(182,108,179); }

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

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

 span { border-color: rgb(182,108,179); }

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