#B65AC1

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

Shades of Fuchsia #B65AC1

Tints of Fuchsia #B65AC1

Color information

#B65AC1 (or 0xB65AC1) is unknown color: approx Fuchsia. HEX triplet: B6, 5A and C1. RGB value is (182,90,193). Sum of RGB (Red+Green+Blue) = 182+90+193=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #B65AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65AC1 is #49A53E. Grayscale: #808080. Windows color (decimal): -4826431 or 12671670. OLE color: 12671670.

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

Color convert

RGB18290193-
CMYK0.060.5300.24
HSL293.59º45.37%55.49%-
HSV(B)293.59º53.37%75.69%-
XYZ32.5721.1152.81-
YUV129.25163.98165.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.14%
GREEN value IS 90 (35.55% from 255) = 19.35%
BLUE value IS 193 (75.78% from 255) = 41.51%
R=39.14%
G=19.35%
B=41.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182901930.060.5300.24293.5945.3755.49
HexB65AC16350181262d37
Octal2661323016650304465567
Binary10110110101101011000001110110101011000100100110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65AC1; }

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

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

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

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

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

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

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

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