#B663BE

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

Shades of Fuchsia #B663BE

Tints of Fuchsia #B663BE

Color information

#B663BE (or 0xB663BE) is unknown color: approx Fuchsia. HEX triplet: B6, 63 and BE. RGB value is (182,99,190). Sum of RGB (Red+Green+Blue) = 182+99+190=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #B663BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B663BE is #499C41. Grayscale: #858585. Windows color (decimal): -4824130 or 12477366. OLE color: 12477366.

HSL color Cylindrical-coordinate representation of color #B663BE: hue angle of 294.73º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B663BE is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18299190-
CMYK0.040.4800.25
HSL294.73º41.18%56.67%-
HSV(B)294.73º47.89%74.51%-
XYZ33.0522.5951.33-
YUV134.19159.5162.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.64%
GREEN value IS 99 (39.06% from 255) = 21.02%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=38.64%
G=21.02%
B=40.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182991900.040.4800.25294.7341.1856.67
HexB663BE4300191272939
Octal2661432764600314475171
Binary10110110110001110111110100110000011001100100111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B663BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B663BE; }

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

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

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

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

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

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

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

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