#B65EC1

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

Shades of Fuchsia #B65EC1

Tints of Fuchsia #B65EC1

Color information

#B65EC1 (or 0xB65EC1) is unknown color: approx Fuchsia. HEX triplet: B6, 5E and C1. RGB value is (182,94,193). Sum of RGB (Red+Green+Blue) = 182+94+193=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #B65EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65EC1 is #49A13E. Grayscale: #838383. Windows color (decimal): -4825407 or 12672694. OLE color: 12672694.

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

Color convert

RGB18294193-
CMYK0.060.5100.24
HSL293.33º44.39%56.27%-
HSV(B)293.33º51.3%75.69%-
XYZ32.9221.852.92-
YUV131.6162.65163.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 94 (37.11% from 255) = 20.04%
BLUE value IS 193 (75.78% from 255) = 41.15%
R=38.81%
G=20.04%
B=41.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182941930.060.5100.24293.3344.3956.27
HexB65EC16330181252c38
Octal2661363016630304455470
Binary10110110101111011000001110110011011000100100101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65EC1; }

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

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

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

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

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

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

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

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