#B65EB1

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

Shades of Fuchsia #B65EB1

Tints of Fuchsia #B65EB1

Color information

#B65EB1 (or 0xB65EB1) is unknown color: approx Fuchsia. HEX triplet: B6, 5E and B1. RGB value is (182,94,177). Sum of RGB (Red+Green+Blue) = 182+94+177=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B65EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65EB1 is #49A14E. Grayscale: #818181. Windows color (decimal): -4825423 or 11624118. OLE color: 11624118.

HSL color Cylindrical-coordinate representation of color #B65EB1: hue angle of 303.41º 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 #B65EB1 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18294177-
CMYK00.480.030.29
HSL303.41º37.61%54.12%-
HSV(B)303.41º48.35%71.37%-
XYZ31.2321.1244.03-
YUV129.77154.65165.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.18%
GREEN value IS 94 (37.11% from 255) = 20.75%
BLUE value IS 177 (69.53% from 255) = 39.07%
R=40.18%
G=20.75%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829417700.480.030.29303.4137.6154.12
HexB65EB103031D12f2636
Octal2661362610603354574666
Binary1011011010111101011000101100001111101100101111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65EB1; }

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

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

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

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

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

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

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

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