#B65EB2

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

Shades of Fuchsia #B65EB2

Tints of Fuchsia #B65EB2

Color information

#B65EB2 (or 0xB65EB2) is unknown color: approx Fuchsia. HEX triplet: B6, 5E and B2. RGB value is (182,94,178). Sum of RGB (Red+Green+Blue) = 182+94+178=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B65EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65EB2 is #49A14D. Grayscale: #818181. Windows color (decimal): -4825422 or 11689654. OLE color: 11689654.

HSL color Cylindrical-coordinate representation of color #B65EB2: hue angle of 302.73º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B65EB2 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB18294178-
CMYK00.480.020.29
HSL302.73º37.61%54.12%-
HSV(B)302.73º48.35%71.37%-
XYZ31.3321.1644.55-
YUV129.89155.15165.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.09%
GREEN value IS 94 (37.11% from 255) = 20.70%
BLUE value IS 178 (69.92% from 255) = 39.21%
R=40.09%
G=20.70%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829417800.480.020.29302.7337.6154.12
HexB65EB203021D12f2636
Octal2661362620602354574666
Binary1011011010111101011001001100001011101100101111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65EB2; }

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

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

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

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

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

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

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

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