#B65AC2

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

Shades of Fuchsia #B65AC2

Tints of Fuchsia #B65AC2

Color information

#B65AC2 (or 0xB65AC2) is unknown color: approx Fuchsia. HEX triplet: B6, 5A and C2. RGB value is (182,90,194). Sum of RGB (Red+Green+Blue) = 182+90+194=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 194 - color contains mainly: blue. Hex color #B65AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65AC2 is #49A53D. Grayscale: #818181. Windows color (decimal): -4826430 or 12737206. OLE color: 12737206.

HSL color Cylindrical-coordinate representation of color #B65AC2: hue angle of 293.08º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B65AC2 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18290194-
CMYK0.060.5400.24
HSL293.08º46.02%55.69%-
HSV(B)293.08º53.61%76.08%-
XYZ32.6921.1553.4-
YUV129.36164.48165.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.06%
GREEN value IS 90 (35.55% from 255) = 19.31%
BLUE value IS 194 (76.17% from 255) = 41.63%
R=39.06%
G=19.31%
B=41.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182901940.060.5400.24293.0846.0255.69
HexB65AC26360181252e38
Octal2661323026660304455670
Binary10110110101101011000010110110110011000100100101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65AC2; }

 p { color: rgb(182,90,194); }

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

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

 a { background-color: rgb(182,90,194); }

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

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

 span { border-color: rgb(182,90,194); }

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