#B65FB2

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

Shades of Fuchsia #B65FB2

Tints of Fuchsia #B65FB2

Color information

#B65FB2 (or 0xB65FB2) is unknown color: approx Fuchsia. HEX triplet: B6, 5F and B2. RGB value is (182,95,178). Sum of RGB (Red+Green+Blue) = 182+95+178=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B65FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65FB2 is #49A04D. Grayscale: #828282. Windows color (decimal): -4825166 or 11689910. OLE color: 11689910.

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

Color convert

RGB18295178-
CMYK00.480.020.29
HSL302.76º37.34%54.31%-
HSV(B)302.76º47.8%71.37%-
XYZ31.4221.3444.58-
YUV130.48154.82164.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 95 (37.5% from 255) = 20.88%
BLUE value IS 178 (69.92% from 255) = 39.12%
R=40%
G=20.88%
B=39.12%

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
Decimal1829517800.480.020.29302.7637.3454.31
HexB65FB203021D12f2536
Octal2661372620602354574566
Binary1011011010111111011001001100001011101100101111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65FB2; }

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

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

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

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

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

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

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

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