#B461C0

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

Shades of Fuchsia #B461C0

Tints of Fuchsia #B461C0

Color information

#B461C0 (or 0xB461C0) is unknown color: approx Fuchsia. HEX triplet: B4, 61 and C0. RGB value is (180,97,192). Sum of RGB (Red+Green+Blue) = 180+97+192=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #B461C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B461C0 is #4B9E3F. Grayscale: #848484. Windows color (decimal): -4955712 or 12607924. OLE color: 12607924.

HSL color Cylindrical-coordinate representation of color #B461C0: hue angle of 292.42º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B461C0 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18097192-
CMYK0.060.4900.25
HSL292.42º42.99%56.67%-
HSV(B)292.42º49.48%75.29%-
XYZ32.6122.0652.41-
YUV132.65161.5161.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.38%
GREEN value IS 97 (38.28% from 255) = 20.68%
BLUE value IS 192 (75.39% from 255) = 40.94%
R=38.38%
G=20.68%
B=40.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180971920.060.4900.25292.4242.9956.67
HexB461C06310191242b39
Octal2641413006610314445371
Binary10110100110000111000000110110001011001100100100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B461C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B461C0; }

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

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

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

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

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

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

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

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