#B650B2

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

Shades of Fuchsia #B650B2

Tints of Fuchsia #B650B2

Color information

#B650B2 (or 0xB650B2) is unknown color: approx Fuchsia. HEX triplet: B6, 50 and B2. RGB value is (182,80,178). Sum of RGB (Red+Green+Blue) = 182+80+178=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B650B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B650B2 is #49AF4D. Grayscale: #797979. Windows color (decimal): -4829006 or 11686070. OLE color: 11686070.

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

Color convert

RGB18280178-
CMYK00.560.020.29
HSL302.35º41.13%51.37%-
HSV(B)302.35º56.04%71.37%-
XYZ30.218.944.18-
YUV121.67159.79171.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.36%
GREEN value IS 80 (31.64% from 255) = 18.18%
BLUE value IS 178 (69.92% from 255) = 40.45%
R=41.36%
G=18.18%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828017800.560.020.29302.3541.1351.37
HexB650B203821D12e2933
Octal2661202620702354565163
Binary1011011010100001011001001110001011101100101110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B650B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B650B2; }

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

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

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

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

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

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

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

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