#B461BB

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

Shades of Fuchsia #B461BB

Tints of Fuchsia #B461BB

Color information

#B461BB (or 0xB461BB) is unknown color: approx Fuchsia. HEX triplet: B4, 61 and BB. RGB value is (180,97,187). Sum of RGB (Red+Green+Blue) = 180+97+187=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #B461BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B461BB is #4B9E44. Grayscale: #838383. Windows color (decimal): -4955717 or 12280244. OLE color: 12280244.

HSL color Cylindrical-coordinate representation of color #B461BB: hue angle of 295.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B461BB is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18097187-
CMYK0.040.4800.27
HSL295.33º39.82%55.69%-
HSV(B)295.33º48.13%73.33%-
XYZ32.0721.8449.54-
YUV132.08159162.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 97 (38.28% from 255) = 20.91%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=38.79%
G=20.91%
B=40.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180971870.040.4800.27295.3339.8255.69
HexB461BB43001B1272838
Octal2641412734600334475070
Binary10110100110000110111011100110000011011100100111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B461BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B461BB; }

 p { color: rgb(180,97,187); }

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

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

 a { background-color: rgb(180,97,187); }

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

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

 span { border-color: rgb(180,97,187); }

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