#B66CB1

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

Shades of Fuchsia #B66CB1

Tints of Fuchsia #B66CB1

Color information

#B66CB1 (or 0xB66CB1) is unknown color: approx Fuchsia. HEX triplet: B6, 6C and B1. RGB value is (182,108,177). Sum of RGB (Red+Green+Blue) = 182+108+177=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 182 - color contains mainly: red. Hex color #B66CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66CB1 is #49934E. Grayscale: #898989. Windows color (decimal): -4821839 or 11627702. OLE color: 11627702.

HSL color Cylindrical-coordinate representation of color #B66CB1: hue angle of 304.05º 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 #B66CB1 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB182108177-
CMYK00.410.030.29
HSL304.05º33.64%56.86%-
HSV(B)304.05º40.66%71.37%-
XYZ32.5923.8444.48-
YUV137.99150.02159.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.97%
GREEN value IS 108 (42.58% from 255) = 23.13%
BLUE value IS 177 (69.53% from 255) = 37.90%
R=38.97%
G=23.13%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210817700.410.030.29304.0533.6456.86
HexB66CB102931D1302239
Octal2661542610513354604271
Binary1011011011011001011000101010011111101100110000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66CB1; }

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

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

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

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

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

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

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

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