#B461BE

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

Shades of Fuchsia #B461BE

Tints of Fuchsia #B461BE

Color information

#B461BE (or 0xB461BE) is unknown color: approx Fuchsia. HEX triplet: B4, 61 and BE. RGB value is (180,97,190). Sum of RGB (Red+Green+Blue) = 180+97+190=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #B461BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B461BE is #4B9E41. Grayscale: #848484. Windows color (decimal): -4955714 or 12476852. OLE color: 12476852.

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

Color convert

RGB18097190-
CMYK0.050.4900.25
HSL293.55º41.7%56.27%-
HSV(B)293.55º48.95%74.51%-
XYZ32.3921.9751.25-
YUV132.42160.5161.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 97 (38.28% from 255) = 20.77%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=38.54%
G=20.77%
B=40.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180971900.050.4900.25293.5541.756.27
HexB461BE5310191262a38
Octal2641412765610314465270
Binary10110100110000110111110101110001011001100100110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B461BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B461BE; }

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

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

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

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

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

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

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

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