#B648B2

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

Shades of Fuchsia #B648B2

Tints of Fuchsia #B648B2

Color information

#B648B2 (or 0xB648B2) is unknown color: approx Fuchsia. HEX triplet: B6, 48 and B2. RGB value is (182,72,178). Sum of RGB (Red+Green+Blue) = 182+72+178=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B648B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B648B2 is #49B74D. Grayscale: #747474. Windows color (decimal): -4831054 or 11684022. OLE color: 11684022.

HSL color Cylindrical-coordinate representation of color #B648B2: hue angle of 302.18º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B648B2 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB18272178-
CMYK00.600.020.29
HSL302.18º43.31%49.8%-
HSV(B)302.18º60.44%71.37%-
XYZ29.6417.7943.99-
YUV116.97162.44174.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.13%
GREEN value IS 72 (28.52% from 255) = 16.67%
BLUE value IS 178 (69.92% from 255) = 41.20%
R=42.13%
G=16.67%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827217800.600.020.29302.1843.3149.8
HexB648B203C21D12e2b32
Octal2661102620742354565362
Binary1011011010010001011001001111001011101100101110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B648B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B648B2; }

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

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

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

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

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

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

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

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