#B465BE

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

Shades of Fuchsia #B465BE

Tints of Fuchsia #B465BE

Color information

#B465BE (or 0xB465BE) is unknown color: approx Fuchsia. HEX triplet: B4, 65 and BE. RGB value is (180,101,190). Sum of RGB (Red+Green+Blue) = 180+101+190=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #B465BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B465BE is #4B9A41. Grayscale: #868686. Windows color (decimal): -4954690 or 12477876. OLE color: 12477876.

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

Color convert

RGB180101190-
CMYK0.050.4700.25
HSL293.26º40.64%57.06%-
HSV(B)293.26º46.84%74.51%-
XYZ32.7722.7351.38-
YUV134.77159.17160.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 101 (39.84% from 255) = 21.44%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=38.22%
G=21.44%
B=40.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801011900.050.4700.25293.2640.6457.06
HexB465BE52F0191252939
Octal2641452765570314455171
Binary10110100110010110111110101101111011001100100101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B465BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B465BE; }

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

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

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

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

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

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

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

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