#B65EB3

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

Shades of Fuchsia #B65EB3

Tints of Fuchsia #B65EB3

Color information

#B65EB3 (or 0xB65EB3) is unknown color: approx Fuchsia. HEX triplet: B6, 5E and B3. RGB value is (182,94,179). Sum of RGB (Red+Green+Blue) = 182+94+179=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B65EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65EB3 is #49A14C. Grayscale: #818181. Windows color (decimal): -4825421 or 11755190. OLE color: 11755190.

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

Color convert

RGB18294179-
CMYK00.480.020.29
HSL302.05º37.61%54.12%-
HSV(B)302.05º48.35%71.37%-
XYZ31.4321.2145.08-
YUV130155.65165.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 94 (37.11% from 255) = 20.66%
BLUE value IS 179 (70.31% from 255) = 39.34%
R=40%
G=20.66%
B=39.34%

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
Decimal1829417900.480.020.29302.0537.6154.12
HexB65EB303021D12e2636
Octal2661362630602354564666
Binary1011011010111101011001101100001011101100101110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65EB3; }

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

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

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

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

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

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

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

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