#B650AC

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

Shades of Fuchsia #B650AC

Tints of Fuchsia #B650AC

Color information

#B650AC (or 0xB650AC) is unknown color: approx Fuchsia. HEX triplet: B6, 50 and AC. RGB value is (182,80,172). Sum of RGB (Red+Green+Blue) = 182+80+172=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B650AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B650AC is #49AF53. Grayscale: #787878. Windows color (decimal): -4829012 or 11292854. OLE color: 11292854.

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

Color convert

RGB18280172-
CMYK00.560.050.29
HSL305.88º41.13%51.37%-
HSV(B)305.88º56.04%71.37%-
XYZ29.6118.6641.07-
YUV120.99156.79171.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.94%
GREEN value IS 80 (31.64% from 255) = 18.43%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=41.94%
G=18.43%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828017200.560.050.29305.8841.1351.37
HexB650AC03851D1322933
Octal2661202540705354625163
Binary10110110101000010101100011100010111101100110010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B650AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B650AC; }

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

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

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

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

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

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

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

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