#B466BE

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

Shades of Fuchsia #B466BE

Tints of Fuchsia #B466BE

Color information

#B466BE (or 0xB466BE) is unknown color: approx Fuchsia. HEX triplet: B4, 66 and BE. RGB value is (180,102,190). Sum of RGB (Red+Green+Blue) = 180+102+190=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #B466BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B466BE is #4B9941. Grayscale: #878787. Windows color (decimal): -4954434 or 12478132. OLE color: 12478132.

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

Color convert

RGB180102190-
CMYK0.050.4600.25
HSL293.18º40.37%57.25%-
HSV(B)293.18º46.32%74.51%-
XYZ32.8722.9251.41-
YUV135.35158.84159.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.14%
GREEN value IS 102 (40.23% from 255) = 21.61%
BLUE value IS 190 (74.61% from 255) = 40.25%
R=38.14%
G=21.61%
B=40.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801021900.050.4600.25293.1840.3757.25
HexB466BE52E0191252839
Octal2641462765560314455071
Binary10110100110011010111110101101110011001100100101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B466BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B466BE; }

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

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

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

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

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

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

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

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