#B663BB

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

Shades of Fuchsia #B663BB

Tints of Fuchsia #B663BB

Color information

#B663BB (or 0xB663BB) is unknown color: approx Fuchsia. HEX triplet: B6, 63 and BB. RGB value is (182,99,187). Sum of RGB (Red+Green+Blue) = 182+99+187=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #B663BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B663BB is #499C44. Grayscale: #858585. Windows color (decimal): -4824133 or 12280758. OLE color: 12280758.

HSL color Cylindrical-coordinate representation of color #B663BB: hue angle of 296.59º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B663BB is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18299187-
CMYK0.030.4700.27
HSL296.59º39.29%56.08%-
HSV(B)296.59º47.06%73.33%-
XYZ32.7222.4649.62-
YUV133.85158162.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.89%
GREEN value IS 99 (39.06% from 255) = 21.15%
BLUE value IS 187 (73.44% from 255) = 39.96%
R=38.89%
G=21.15%
B=39.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182991870.030.4700.27296.5939.2956.08
HexB663BB32F01B1292738
Octal2661432733570334514770
Binary1011011011000111011101111101111011011100101001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B663BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B663BB; }

 p { color: rgb(182,99,187); }

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

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

 a { background-color: rgb(182,99,187); }

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

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

 span { border-color: rgb(182,99,187); }

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