#B646B1

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

Shades of Fuchsia #B646B1

Tints of Fuchsia #B646B1

Color information

#B646B1 (or 0xB646B1) is unknown color: approx Fuchsia. HEX triplet: B6, 46 and B1. RGB value is (182,70,177). Sum of RGB (Red+Green+Blue) = 182+70+177=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B646B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B646B1 is #49B94E. Grayscale: #737373. Windows color (decimal): -4831567 or 11617974. OLE color: 11617974.

HSL color Cylindrical-coordinate representation of color #B646B1: hue angle of 302.68º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B646B1 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18270177-
CMYK00.620.030.29
HSL302.68º44.44%49.41%-
HSV(B)302.68º61.54%71.37%-
XYZ29.4217.543.42-
YUV115.69162.61175.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 70 (27.73% from 255) = 16.32%
BLUE value IS 177 (69.53% from 255) = 41.26%
R=42.42%
G=16.32%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827017700.620.030.29302.6844.4449.41
HexB646B103E31D12f2c31
Octal2661062610763354575461
Binary1011011010001101011000101111101111101100101111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B646B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B646B1; }

 p { color: rgb(182,70,177); }

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

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

 a { background-color: rgb(182,70,177); }

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

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

 span { border-color: rgb(182,70,177); }

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